diff options
author | Éric Araujo <merwok@netwok.org> | 2010-12-15 22:37:27 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-12-15 22:37:27 (GMT) |
commit | 119cda0fd25561c2a21212c80f211af966104297 (patch) | |
tree | a8531b521ce4ac02b79104c5b95efc30f2fe58e9 /Doc/library | |
parent | 07a605b1c7dd5d2b73ca78565be9fe71bc075ad3 (diff) | |
download | cpython-119cda0fd25561c2a21212c80f211af966104297.zip cpython-119cda0fd25561c2a21212c80f211af966104297.tar.gz cpython-119cda0fd25561c2a21212c80f211af966104297.tar.bz2 |
Mark up one missed None in pkgutil.rst (#8851)
Diffstat (limited to 'Doc/library')
-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 35e81fe..fb79aef 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. |