Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23a6a0d

Browse files
committed
remove trailing space :)
1 parent f2a448a commit 23a6a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ ZipFile Objects
300300
it will override the default password set with :meth:`setpassword`. Calling
301301
:meth:`read` on a closed ZipFile will raise a :exc:`RuntimeError`. Calling
302302
:meth:`read` on a ZipFile that uses a compression method other than
303-
:const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
303+
:const:`ZIP_STORED`, :const:`ZIP_DEFLATED`, :const:`ZIP_BZIP2` or
304304
:const:`ZIP_LZMA` will raise a :exc:`NotImplementedError`. An error will also
305305
be raised if the corresponding compression module is not available.
306306

0 commit comments

Comments
 (0)