[Python-checkins] r87493 - python/branches/py3k/Doc/library/zipfile.rst

eric.araujo python-checkins at python.org
Sun Dec 26 18:53:27 CET 2010


Author: eric.araujo
Date: Sun Dec 26 18:53:27 2010
New Revision: 87493

Log:
Fix typo (#10770)


Modified:
   python/branches/py3k/Doc/library/zipfile.rst

Modified: python/branches/py3k/Doc/library/zipfile.rst
==============================================================================
--- python/branches/py3k/Doc/library/zipfile.rst	(original)
+++ python/branches/py3k/Doc/library/zipfile.rst	Sun Dec 26 18:53:27 2010
@@ -295,7 +295,7 @@
 
    .. 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`.


More information about the Python-checkins mailing list