[Python-checkins] gh-93019: Fix markup in zipfile.rst (#93025)

JelleZijlstra webhook-mailer at python.org
Sat May 21 00:36:17 EDT 2022


https://github.com/python/cpython/commit/2fadde7e6645e45e090b0187c28877300b07cba3
commit: 2fadde7e6645e45e090b0187c28877300b07cba3
branch: main
author: Shantanu <12621235+hauntsaninja at users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-05-20T21:36:09-07:00
summary:

gh-93019: Fix markup in zipfile.rst (#93025)

Fixes #93019

files:
M Doc/library/zipfile.rst

diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 19e128ce02f54..4dd9fa961a8d9 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -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



More information about the Python-checkins mailing list