diff options
author | Éric Araujo <merwok@netwok.org> | 2010-12-15 22:39:29 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-12-15 22:39:29 (GMT) |
commit | 0f39690dc49781037f9523c456878ee0756744de (patch) | |
tree | 09a3f53737e393c7d4575c788500c69582ed9dc3 | |
parent | be98fab1e3178910aeae3f6d966b06c4aad14cee (diff) | |
download | cpython-0f39690dc49781037f9523c456878ee0756744de.zip cpython-0f39690dc49781037f9523c456878ee0756744de.tar.gz cpython-0f39690dc49781037f9523c456878ee0756744de.tar.bz2 |
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)
........
-rw-r--r-- | Doc/library/pkgutil.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst index 46b4e23..9e634d6 100644 --- a/Doc/library/pkgutil.rst +++ b/Doc/library/pkgutil.rst @@ -80,8 +80,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. |