Kaydet (Commit) 119cda0f authored tarafından Éric Araujo's avatar Éric Araujo

Mark up one missed None in pkgutil.rst (#8851)

üst 07a605b1
...@@ -77,8 +77,8 @@ support. ...@@ -77,8 +77,8 @@ support.
newly created by a path hook. newly created by a path hook.
If there is no importer, a wrapper around the basic import machinery is 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 returned. This wrapper is never inserted into the importer cache (``None``
inserted instead). is inserted instead).
The cache (or part of it) can be cleared manually if a rescan of The cache (or part of it) can be cleared manually if a rescan of
:data:`sys.path_hooks` is necessary. :data:`sys.path_hooks` is necessary.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment