]> granicus.if.org Git - python/commitdiff
Merged revisions 87289 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 22:39:29 +0000 (22:39 +0000)
committerÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 22:39:29 +0000 (22:39 +0000)
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)
........

Doc/library/pkgutil.rst

index 46b4e238d8b4b32e2a727a8a32b7c065722af871..9e634d604b7b8026683f7e45fdb3bc9102eff169 100644 (file)
@@ -80,8 +80,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.