diff options
author | Matt Fleming <mattjfleming@googlemail.com> | 2006-07-29 15:55:30 +0000 |
---|---|---|
committer | Matt Fleming <mattjfleming@googlemail.com> | 2006-07-29 15:55:30 +0000 |
commit | aab30d0f08c49f0dbd0ae9239e714e644977b255 (patch) | |
tree | 9e3b70fb85699c64e3e3be7ca3109f721a871db3 | |
parent | 8d9a01a1f2eec6adfa736cb3b2439645d3a5c61e (diff) | |
download | cpython-git-aab30d0f08c49f0dbd0ae9239e714e644977b255.tar.gz |
Fix typo
-rw-r--r-- | Doc/lib/libpkgutil.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpkgutil.tex b/Doc/lib/libpkgutil.tex index 15d866bd93..a286f00f23 100644 --- a/Doc/lib/libpkgutil.tex +++ b/Doc/lib/libpkgutil.tex @@ -30,7 +30,7 @@ __path__ = extend_path(__path__, __name__) with \code{import}. A \file{*.pkg} file is trusted at face value: apart from checking for duplicates, all entries found in a \file{*.pkg} file are added to the path, regardless of whether they - exist the filesystem. (This is a feature.) + exist on the filesystem. (This is a feature.) If the input path is not a list (as is the case for frozen packages) it is returned unchanged. The input path is not |