mirror of https://github.com/python/cpython
Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)
This commit is contained in:
parent
cf2054059c
commit
2e632fa07d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue