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 8ccb7ba commit 8bc2d6cCopy full SHA for 8bc2d6c
Doc/library/importlib.rst
@@ -1017,7 +1017,7 @@ find and load modules.
1017
1018
Represents a :term:`namespace package`'s path (:attr:`module.__path__`).
1019
1020
- When its `__path__` value is accessed it will be recomputed if necessary.
+ When its ``__path__`` value is accessed it will be recomputed if necessary.
1021
This keeps it in-sync with the global state (:attr:`sys.modules`).
1022
1023
The *name* argument is the name of the namespace module.
0 commit comments