summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-12 06:20:12 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-12 06:20:12 (GMT)
commit5e92a50ac0f140817332b9819af1f86acea1b462 (patch)
tree136c6f1216a35d89bb0f12264323c10a4576b4a3
parente5b5ff496156ba1f8f49f782e697189a89b84a6b (diff)
downloadcpython-5e92a50ac0f140817332b9819af1f86acea1b462.zip
cpython-5e92a50ac0f140817332b9819af1f86acea1b462.tar.gz
cpython-5e92a50ac0f140817332b9819af1f86acea1b462.tar.bz2
#10008: Fix duplicate index entry.
-rw-r--r--Doc/library/zipfile.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index ef2edfc..d106463 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.