Skip to content

Commit 8bc2d6c

Browse files
committed
Fix doc lint
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 8ccb7ba commit 8bc2d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ find and load modules.
10171017

10181018
Represents a :term:`namespace package`'s path (:attr:`module.__path__`).
10191019

1020-
When its `__path__` value is accessed it will be recomputed if necessary.
1020+
When its ``__path__`` value is accessed it will be recomputed if necessary.
10211021
This keeps it in-sync with the global state (:attr:`sys.modules`).
10221022

10231023
The *name* argument is the name of the namespace module.

0 commit comments

Comments
 (0)