Skip to content

Commit c44af75

Browse files
[3.12] Docs: fix markup for importlib.machinery.NamespaceLoader (GH-112479) (#112481)
Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (cherry picked from commit 2e632fa) Co-authored-by: Alex Waygood <[email protected]>
1 parent 4f71f16 commit c44af75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
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)