summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 1966713..969a536 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -411,7 +411,7 @@ The :class:`PyZipFile` constructor takes the same parameters as the
name as a file path, and if any subdirectories are package directories,
all of these are added recursively. *basename* is intended for internal
use only. When *filterfunc(pathname)* is given, it will be called for every
- invocation. When it returns a False value, that path and its subpaths will
+ invocation. When it returns a false value, that path and its subpaths will
be ignored.
The :meth:`writepy` method makes archives with file names like
this::