[Python-checkins] r67967 - python/trunk/Doc/library/zipfile.rst
benjamin.peterson
python-checkins at python.org
Sat Dec 27 23:18:59 CET 2008
Author: benjamin.peterson
Date: Sat Dec 27 23:18:58 2008
New Revision: 67967
Log:
fix markup
Modified:
python/trunk/Doc/library/zipfile.rst
Modified: python/trunk/Doc/library/zipfile.rst
==============================================================================
--- python/trunk/Doc/library/zipfile.rst (original)
+++ python/trunk/Doc/library/zipfile.rst Sat Dec 27 23:18:58 2008
@@ -70,7 +70,7 @@
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
More information about the Python-checkins
mailing list