summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2015-04-14 10:04:30 -0700
committerGregory P. Smith <greg@krypto.org>2015-04-14 10:04:30 -0700
commit23a6a0daa1c02f3d3568be4053669183e3f91cbb (patch)
treef6ea6f98f12e744f2c192a04986abaee1e7be0e8 /Doc/library/zipfile.rst
parentf2a448a66b94b25abd6c41cdc4c959fcda61eca3 (diff)
downloadcpython-git-23a6a0daa1c02f3d3568be4053669183e3f91cbb.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 ecb370b671..10a094f8b1 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -300,7 +300,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.