Skip to content

Commit 2e632fa

Browse files
authored
Docs: fix markup for importlib.machinery.NamespaceLoader (#112479)
1 parent cf20540 commit 2e632fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ find and load modules.
11451145
.. versionadded:: 3.4
11461146

11471147

1148-
.. class:: NamespaceLoader(name, path, path_finder):
1148+
.. class:: NamespaceLoader(name, path, path_finder)
11491149

11501150
A concrete implementation of :class:`importlib.abc.InspectLoader` for
11511151
namespace packages. This is an alias for a private class and is only made

0 commit comments

Comments
 (0)