mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-93019: Fix markup in zipfile.rst (GH-93025)
Fixes GH-93019
(cherry picked from commit 2fadde7e66
)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
parent
b52e44d933
commit
b97e28f1c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue