Merged revisions 87289 via svnmerge from

svn+ssh://pythondev@svn.python.org/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)
........
This commit is contained in:
Éric Araujo 2010-12-15 22:39:29 +00:00
parent be98fab1e3
commit 0f39690dc4
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,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.