summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2015-04-14 10:05:02 -0700
committerGregory P. Smith <greg@krypto.org>2015-04-14 10:05:02 -0700
commit03c6ef9aafce1c629cbd2551b181e97f3d3f0ced (patch)
treede7087cb9b7d49889d862ab0532a839b9b1a7184 /Doc/library/zipfile.rst
parent20115ad0fd5d0e0158ad9efbb913427904ed7ee4 (diff)
parent56dc701e6bee7be57afb083bfcbfb3ba59c4b79c (diff)
downloadcpython-03c6ef9aafce1c629cbd2551b181e97f3d3f0ced.tar.gz
remove trailing space
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 60f03e5284..d40315eaf8 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -302,7 +302,7 @@ ZipFile Objects
it will override the default password set with :meth:`setpassword`. Calling
:meth:`read` on a closed ZipFile will raise a :exc:`RuntimeError`. Calling
:meth:`read` on a ZipFile that uses a compression method other than
- :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
+ :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
:const:`ZIP_LZMA` will raise a :exc:`NotImplementedError`. An error will also
be raised if the corresponding compression module is not available.