From: Georg Brandl Date: Tue, 30 Nov 2010 07:43:28 +0000 (+0000) Subject: #10584: fix bad links. X-Git-Tag: v3.2b1~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f358aa7581d89a81d53a99483956b2324d643f2;p=thirdparty%2FPython%2Fcpython.git #10584: fix bad links. --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index d106463ceaad..bb557d4ecdb1 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -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::