8000 gh-93019: Fix markup in zipfile.rst (GH-93025) · python/cpython@b97e28f · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit b97e28f

Browse files
gh-93019: Fix markup in zipfile.rst (GH-93025)
Fixes GH-93019 (cherry picked from commit 2fadde7) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent b52e44d commit b97e28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ZipFile Objects
139139

140140

141141
.. class:: ZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, \
142-
compresslevel=None, *, strict_timestamps=True,
142+
compresslevel=None, *, strict_timestamps=True, \
143143
metadata_encoding=None)
144144
145145
Open a ZIP file, where *file* can be a path to a file (a string), a

0 commit comments

Comments
 (0)
0