Skip to content

Commit

Permalink
Docs: fix markup for importlib.machinery.NamespaceLoader (pythonGH-…
Browse files Browse the repository at this point in the history
…112479)

(cherry picked from commit 2e632fa)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
AlexWaygood authored and miss-islington committed Nov 28, 2023
1 parent 4f71f16 commit ec5b4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ find and load modules.
.. versionadded:: 3.4


.. class:: NamespaceLoader(name, path, path_finder):
.. class:: NamespaceLoader(name, path, path_finder)

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

0 comments on commit ec5b4b4

Please sign in to comment.