Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7ae209

Browse files
committed
Merged revisions 87289 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r87289 | eric.araujo | 2010-12-15 23:37:27 +0100 (mer., 15 déc. 2010) | 2 lines Mark up one missed None in pkgutil.rst (#8851) ........
1 parent c1e14df commit b7ae209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/pkgutil.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ support.
7878
newly created by a path hook.
7979

8080
If there is no importer, a wrapper around the basic import machinery is
81-
returned. This wrapper is never inserted into the importer cache (None is
82-
inserted instead).
81+
returned. This wrapper is never inserted into the importer cache (``None``
82+
is inserted instead).
8383

8484
The cache (or part of it) can be cleared manually if a rescan of
8585
:data:`sys.path_hooks` is necessary.

0 commit comments

Comments
 (0)