summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-29 12:19:53 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-29 12:19:53 +0200
commit0e90e99188d6fb54c3f5b31a0488318d9c38309d (patch)
treebaeb9819ae83194653cd3c3d4760a6c19c787a4d /Doc/library/zipfile.rst
parent567eba1852ed89e5cf93dbce33f7e2ca73e8f05d (diff)
parentfbc1c268031a9c8fad65f49c8381b6145bd66ffc (diff)
downloadcpython-git-0e90e99188d6fb54c3f5b31a0488318d9c38309d.tar.gz
Issue #19795: Improved markup of True/False constants.
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 1966713ed0..969a5363be 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::