diff options
author | Éric Araujo <merwok@netwok.org> | 2010-12-15 22:38:50 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-12-15 22:38:50 (GMT) |
commit | b7ae2095d0e3589f470116b613133d4cf4425068 (patch) | |
tree | 8d7d27bd821a916cff721c43e62c602b2366a448 /Doc | |
parent | c1e14dffeb135d36af9141ff0b633263fe9e9884 (diff) | |
download | cpython-b7ae2095d0e3589f470116b613133d4cf4425068.zip cpython-b7ae2095d0e3589f470116b613133d4cf4425068.tar.gz cpython-b7ae2095d0e3589f470116b613133d4cf4425068.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)
........
Diffstat (limited to 'Doc')
-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 f9f5e86..5a59f28 100644 --- a/Doc/library/pkgutil.rst +++ b/Doc/library/pkgutil.rst @@ -78,8 +78,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. |