Skip to content

Commit b85070c

Browse files
[3.11] Docs: fix markup for importlib.machinery.NamespaceLoader (GH-112479) (#112482)
Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (cherry picked from commit 2e632fa) Co-authored-by: Alex Waygood <[email protected]>
1 parent 03b522d commit b85070c

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
@@ -1106,7 +1106,7 @@ find and load modules.
11061106
.. versionadded:: 3.4
11071107

11081108

1109-
.. class:: NamespaceLoader(name, path, path_finder):
1109+
.. class:: NamespaceLoader(name, path, path_finder)
11101110

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

0 commit comments

Comments
 (0)