diff -r a566c35cd059 Doc/library/zipfile.rst --- a/Doc/library/zipfile.rst Fri Dec 24 13:03:48 2010 +0100 +++ b/Doc/library/zipfile.rst Fri Dec 24 19:45:54 2010 +0100 @@ -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`.