summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/pkgutil.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst
index f9f5e86..5a59f28 100644
--- a/Doc/library/pkgutil.rst
+++ b/Doc/library/pkgutil.rst
@@ -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.