]> granicus.if.org Git - python/commitdiff
Fix typo (#10770)
authorÉric Araujo <merwok@netwok.org>
Sun, 26 Dec 2010 17:53:27 +0000 (17:53 +0000)
committerÉric Araujo <merwok@netwok.org>
Sun, 26 Dec 2010 17:53:27 +0000 (17:53 +0000)
Doc/library/zipfile.rst

index 109bef059573f2c5e337d95999e71119729e989c..0646994908c069fb8cac54b600b635bf3a1fee10 100644 (file)
@@ -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`.