summaryrefslogtreecommitdiff
path: root/Doc/library/pkgutil.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-15 22:37:27 +0000
committerÉric Araujo <merwok@netwok.org>2010-12-15 22:37:27 +0000
commit119cda0fd25561c2a21212c80f211af966104297 (patch)
treea8531b521ce4ac02b79104c5b95efc30f2fe58e9 /Doc/library/pkgutil.rst
parent07a605b1c7dd5d2b73ca78565be9fe71bc075ad3 (diff)
downloadcpython-git-119cda0fd25561c2a21212c80f211af966104297.tar.gz
Mark up one missed None in pkgutil.rst (#8851)
Diffstat (limited to 'Doc/library/pkgutil.rst')
-rw-r--r--Doc/library/pkgutil.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst
index 35e81fe736..fb79aeff9c 100644
--- a/Doc/library/pkgutil.rst
+++ b/Doc/library/pkgutil.rst
@@ -77,8 +77,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.