]> granicus.if.org Git - python/commitdiff
Mark up one missed None in pkgutil.rst (#8851)
authorÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 22:37:27 +0000 (22:37 +0000)
committerÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 22:37:27 +0000 (22:37 +0000)
Doc/library/pkgutil.rst

index 35e81fe7361100ac9f1a18a0f5f616adddb052ba..fb79aeff9cd782fdf4af6ad8668d31095b8f744f 100644 (file)
@@ -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.