From 5e92a50ac0f140817332b9819af1f86acea1b462 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 12 Nov 2010 06:20:12 +0000 Subject: [PATCH] #10008: Fix duplicate index entry. --- Doc/library/zipfile.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index ef2edfcfb3..d106463cea 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. -- 2.50.1