]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-93019: Fix markup in zipfile.rst (#93025)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sat, 21 May 2022 04:36:09 +0000 (21:36 -0700)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 04:36:09 +0000 (21:36 -0700)
Fixes #93019

Doc/library/zipfile.rst

index 19e128ce02f54be1e2bd602073736ec6092adf9e..4dd9fa961a8d98388517749bed5557d42f6a3d44 100644 (file)
@@ -139,7 +139,7 @@ ZipFile Objects
 
 
 .. class:: ZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, \
-                   compresslevel=None, *, strict_timestamps=True,
+                   compresslevel=None, *, strict_timestamps=True, \
                    metadata_encoding=None)
 
    Open a ZIP file, where *file* can be a path to a file (a string), a