summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-13 23:09:14 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-13 23:09:14 +0300
commit9275b03bca01496cec740d98ea9725bf71dd6c8a (patch)
tree671afb2e84ec5f81b62f65deccf3c334a8a911b3 /Doc/library/zipfile.rst
parenta5b3af7156594cc0a7964ac808f7807970912c8e (diff)
downloadcpython-9275b03bca01496cec740d98ea9725bf71dd6c8a.tar.gz
Issue #18758: Fixed and improved cross-references.
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 75e8fd59ca..7a6482be1f 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -213,8 +213,9 @@ 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:`~io.BufferedIOBase.read`, :meth:`~io.IOBase.readline`,
+ :meth:`~io.IOBase.readlines`, :meth:`__iter__`,
+ :meth:`~iterator.__next__`.
.. note::