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

Fixes #93019
This commit is contained in:
Shantanu 2022-05-20 21:36:09 -07:00 committed by GitHub
parent 59719a242d
commit 2fadde7e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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