diff options
author | Georg Brandl <georg@python.org> | 2010-11-12 06:20:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-12 06:20:12 (GMT) |
commit | 5e92a50ac0f140817332b9819af1f86acea1b462 (patch) | |
tree | 136c6f1216a35d89bb0f12264323c10a4576b4a3 /Doc/library/zipfile.rst | |
parent | e5b5ff496156ba1f8f49f782e697189a89b84a6b (diff) | |
download | cpython-5e92a50ac0f140817332b9819af1f86acea1b462.zip cpython-5e92a50ac0f140817332b9819af1f86acea1b462.tar.gz cpython-5e92a50ac0f140817332b9819af1f86acea1b462.tar.bz2 |
#10008: Fix duplicate index entry.
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 1 |
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. |