From: Georg Brandl Date: Fri, 12 Nov 2010 06:20:12 +0000 (+0000) Subject: #10008: Fix duplicate index entry. X-Git-Tag: v3.2a4~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e92a50ac0f140817332b9819af1f86acea1b462;p=thirdparty%2FPython%2Fcpython.git #10008: Fix duplicate index entry. --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index ef2edfcfb35f..d106463ceaad 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -44,6 +44,7 @@ The module defines the following items: .. class:: ZipFile + :noindex: The class for reading and writing ZIP files. See section :ref:`zipfile-objects` for constructor details.