diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-27 22:18:58 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-27 22:18:58 +0000 |
commit | fbaeca70e597229d89ccf65e26d5a9ff8f975b18 (patch) | |
tree | 19be983887a325b446710e78b298ea3f593becc0 | |
parent | e555f581dc3d23b0d305b6a74bb292ed8cb674f3 (diff) | |
download | cpython-git-fbaeca70e597229d89ccf65e26d5a9ff8f975b18.tar.gz |
fix markup
-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 |