[Python-checkins] cpython: Grammar tweak
brett.cannon
python-checkins at python.org
Tue Jun 18 01:59:08 CEST 2013
http://hg.python.org/cpython/rev/d04444f21b73
changeset: 84201:d04444f21b73
user: Brett Cannon <brett at python.org>
date: Mon Jun 17 19:58:57 2013 -0400
summary:
Grammar tweak
files:
Doc/library/zipfile.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -144,7 +144,7 @@
and should be :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`,
:const:`ZIP_BZIP2` or :const:`ZIP_LZMA`; unrecognized
values will cause :exc:`RuntimeError` to be raised. If :const:`ZIP_DEFLATED`,
- :const:`ZIP_BZIP2` or :const:`ZIP_LZMA` is specified but the corresponded module
+ :const:`ZIP_BZIP2` or :const:`ZIP_LZMA` is specified but the corresponding module
(:mod:`zlib`, :mod:`bz2` or :mod:`lzma`) is not available, :exc:`RuntimeError`
is also raised. The default is :const:`ZIP_STORED`. If *allowZip64* is
``True`` zipfile will create ZIP files that use the ZIP64 extensions when
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list