diff options
-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. |