mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo (#10770)
This commit is contained in:
parent
7a1c05caaf
commit
0d4bcf4c71
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ ZipFile Objects
|
|||
|
||||
.. note::
|
||||
|
||||
When passing a :class:`ZipInfo` instance as the *zinfo_or_acrname* parameter,
|
||||
When passing a :class:`ZipInfo` instance as the *zinfo_or_arcname* parameter,
|
||||
the compression method used will be that specified in the *compress_type*
|
||||
member of the given :class:`ZipInfo` instance. By default, the
|
||||
:class:`ZipInfo` constructor sets this member to :const:`ZIP_STORED`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue