mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Docs: fix markup for importlib.machinery.NamespaceLoader
(#112479)
This commit is contained in:
parent
cf2054059c
commit
2e632fa07d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue