mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Mark up one missed None in pkgutil.rst (#8851)
This commit is contained in:
parent
07a605b1c7
commit
119cda0fd2
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ support.
|
|||
newly created by a path hook.
|
||||
|
||||
If there is no importer, a wrapper around the basic import machinery is
|
||||
returned. This wrapper is never inserted into the importer cache (None is
|
||||
inserted instead).
|
||||
returned. This wrapper is never inserted into the importer cache (``None``
|
||||
is inserted instead).
|
||||
|
||||
The cache (or part of it) can be cleared manually if a rescan of
|
||||
:data:`sys.path_hooks` is necessary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue