]> granicus.if.org Git - python/commitdiff
#10584: fix bad links.
authorGeorg Brandl <georg@python.org>
Tue, 30 Nov 2010 07:43:28 +0000 (07:43 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 30 Nov 2010 07:43:28 +0000 (07:43 +0000)
Doc/library/zipfile.rst

index d106463ceaad1d6275c9e9adda05f3d37526f0a3..bb557d4ecdb1807f1a62b8a3d977d054a755f441 100644 (file)
@@ -178,8 +178,8 @@ ZipFile Objects
    .. 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::