summaryrefslogtreecommitdiffstats
path: root/Doc/library/pkgutil.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/pkgutil.rst')
-rw-r--r--Doc/library/pkgutil.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst
index 3ef1354..1a84338 100644
--- a/Doc/library/pkgutil.rst
+++ b/Doc/library/pkgutil.rst
@@ -34,8 +34,7 @@ This module provides a single function:
returned. Items are only appended to the copy at the end.
It is assumed that ``sys.path`` is a sequence. Items of ``sys.path`` that are
- not (Unicode or 8-bit) strings referring to existing directories are ignored.
- Unicode items on ``sys.path`` that cause errors when used as filenames may cause
- this function to raise an exception (in line with :func:`os.path.isdir`
- behavior).
+ not strings referring to existing directories are ignored. Unicode items on
+ ``sys.path`` that cause errors when used as filenames may cause this function
+ to raise an exception (in line with :func:`os.path.isdir` behavior).