summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-26 17:53:27 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-12-26 17:53:27 (GMT)
commit0d4bcf4c71cdb887cc6be4cbe8c72168a2952a4f (patch)
tree5aa715013e8e0c43709e3b5daafecd7ba2e6178b
parent7a1c05caaf1afea8506b681688015da2bf396011 (diff)
downloadcpython-0d4bcf4c71cdb887cc6be4cbe8c72168a2952a4f.zip
cpython-0d4bcf4c71cdb887cc6be4cbe8c72168a2952a4f.tar.gz
cpython-0d4bcf4c71cdb887cc6be4cbe8c72168a2952a4f.tar.bz2
Fix typo (#10770)
-rw-r--r--Doc/library/zipfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 109bef0..0646994 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -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`.