diff options
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 409ab86b9e..8e96d24397 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -70,7 +70,7 @@ The module defines the following items: This module does not currently handle ZIP files which have appended comments. .. versionchanged:: 2.7 - Support for file and file-like objects. + Support for file and file-like objects. .. data:: ZIP_STORED |