From: Éric Araujo Date: Sun, 26 Dec 2010 17:55:02 +0000 (+0000) Subject: Merged revisions 87493 via svnmerge from X-Git-Tag: v2.7.2rc1~439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e726b4328cc6db1c9524aa4f4d52c4921d9020a;p=python Merged revisions 87493 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87493 | eric.araujo | 2010-12-26 18:53:27 +0100 (dim., 26 déc. 2010) | 2 lines Fix typo (#10770) ........ --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 73af8ab16b..48f590007b 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -303,7 +303,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`.