]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove trailing space :)
authorGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 17:04:30 +0000 (10:04 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 17:04:30 +0000 (10:04 -0700)
Doc/library/zipfile.rst

index ecb370b671bfaa8fee3bbc1f3d33400bba52f4e3..10a094f8b186f895be24640c1c748afe5c348cce 100644 (file)
@@ -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.