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:
Miss Islington (bot) 2022-05-20 21:52:32 -07:00 committed by GitHub
parent b52e44d933
commit b97e28f1c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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