Merged revisions 87289 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 22:38:50 +0000 (22:38 +0000)
committerÉric Araujo <merwok@netwok.org>
Wed, 15 Dec 2010 22:38:50 +0000 (22:38 +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 f9f5e86f3741f9a727a4793925d545c43843e10c..5a59f28a05cf74dbbf78cf7ce624c2d4e44ff72b 100644 (file)
@@ -78,8 +78,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.