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

Skip to content

Commit 2fadde7

Browse files
authored
gh-93019: Fix markup in zipfile.rst (#93025)
Fixes #93019
1 parent 59719a2 commit 2fadde7

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