#10584: fix bad links.

This commit is contained in:
Georg Brandl 2010-11-30 07:43:28 +00:00
parent 5e20bab422
commit 8f358aa758

View 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::