From: Éric Araujo Date: Sun, 26 Dec 2010 17:53:27 +0000 (+0000) Subject: Fix typo (#10770) X-Git-Tag: v3.2rc1~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d4bcf4c71cdb887cc6be4cbe8c72168a2952a4f;p=python Fix typo (#10770) --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 109bef0595..0646994908 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`.