We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd0520 commit 06b8906Copy full SHA for 06b8906
1 file changed
Doc/library/importlib.rst
@@ -988,9 +988,10 @@ find and load modules.
988
.. class:: NamespacePath(name, path, path_finder)
989
990
Represents a namespace package's path. It uses the module *name* to find its
991
- parent module, and from there it looks up the parent's ``__path__``. When
992
- this changes, the module's own path is recomputed, using *path_finder*. For
993
- top-level modules, the parent module's path is :data:`sys.path`.
+ parent module, and from there it looks up the parent's
+ :attr:`module.__path__`. When this changes, the module's own path is
+ recomputed, using *path_finder*. For top-level modules, the parent module's
994
+ path is :data:`sys.path`.
995
996
997
.. class:: SourceFileLoader(fullname, path)
0 commit comments