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

georg.brandl python-checkins at python.org
Tue Nov 30 08:43:28 CET 2010


Author: georg.brandl
Date: Tue Nov 30 08:43:28 2010
New Revision: 86881

Log:
#10584: fix bad links.

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	Tue Nov 30 08:43:28 2010
@@ -178,8 +178,8 @@
    .. note::
 
       The file-like object is read-only and provides the following methods:
-      :meth:`read`, :meth:`readline`, :meth:`readlines`, :meth:`__iter__`,
-      :meth:`__next__`.
+      :meth:`!read`, :meth:`!readline`, :meth:`!readlines`, :meth:`!__iter__`,
+      :meth:`!__next__`.
 
    .. note::
 


More information about the Python-checkins mailing list