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
commit2f86a03405f2ddd52713ee4eb62f06be9e2a3b0c (patch)
treeb61ea16a7a36e12c442347f2b4c8f7b26d855eef /Doc/library/zipfile.rst
parent6eda1be83c692f58ec1997bf3e81b60d9181ded8 (diff)
parent23a6a0daa1c02f3d3568be4053669183e3f91cbb (diff)
downloadcpython-git-2f86a03405f2ddd52713ee4eb62f06be9e2a3b0c.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.