From c045a52737d78eff882b6fc8b6b05dcf1d34f5ac Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Fri, 20 May 2022 12:49:19 -0700 Subject: [PATCH 1/2] gh-93019: Fix markup in zipfile.rst --- Doc/library/zipfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 19e128ce02f54be..4dd9fa961a8d983 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -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 From efb45547fba769e48b1ee3c36fc8b2beaee183af Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Fri, 20 May 2022 15:34:11 -0700 Subject: [PATCH 2/2] null commit