diff options
author | Georg Brandl <georg@python.org> | 2010-11-30 07:43:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-30 07:43:28 (GMT) |
commit | 8f358aa7581d89a81d53a99483956b2324d643f2 (patch) | |
tree | e1ca89015a67146356e0cd6e7489df1d53716cae | |
parent | 5e20bab42277d29aac36a011fe12d292ec5ab389 (diff) | |
download | cpython-8f358aa7581d89a81d53a99483956b2324d643f2.zip cpython-8f358aa7581d89a81d53a99483956b2324d643f2.tar.gz cpython-8f358aa7581d89a81d53a99483956b2324d643f2.tar.bz2 |
#10584: fix bad links.
-rw-r--r-- | Doc/library/zipfile.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index d106463..bb557d4 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:: |