Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d4bcf4

Browse files
committed
Fix typo (#10770)
1 parent 7a1c05c commit 0d4bcf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ ZipFile Objects
295295

296296
.. note::
297297

298-
When passing a :class:`ZipInfo` instance as the *zinfo_or_acrname* parameter,
298+
When passing a :class:`ZipInfo` instance as the *zinfo_or_arcname* parameter,
299299
the compression method used will be that specified in the *compress_type*
300300
member of the given :class:`ZipInfo` instance. By default, the
301301
:class:`ZipInfo` constructor sets this member to :const:`ZIP_STORED`.

0 commit comments

Comments
 (0)