[Python-checkins] r86425 - python/branches/py3k/Doc/library/zipfile.rst

georg.brandl python-checkins at python.org
Fri Nov 12 07:20:12 CET 2010


Author: georg.brandl
Date: Fri Nov 12 07:20:12 2010
New Revision: 86425

Log:
#10008: Fix duplicate index entry.

Modified:
   python/branches/py3k/Doc/library/zipfile.rst

Modified: python/branches/py3k/Doc/library/zipfile.rst
==============================================================================
--- python/branches/py3k/Doc/library/zipfile.rst	(original)
+++ python/branches/py3k/Doc/library/zipfile.rst	Fri Nov 12 07:20:12 2010
@@ -44,6 +44,7 @@
 
 
 .. class:: ZipFile
+   :noindex:
 
    The class for reading and writing ZIP files.  See section
    :ref:`zipfile-objects` for constructor details.


More information about the Python-checkins mailing list