From 119cda0fd25561c2a21212c80f211af966104297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 15 Dec 2010 22:37:27 +0000 Subject: Mark up one missed None in pkgutil.rst (#8851) --- Doc/library/pkgutil.rst | 4 ++-- 1 file 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. -- cgit v0.12