]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix broken links
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 13 Mar 2010 00:15:36 +0000 (00:15 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 13 Mar 2010 00:15:36 +0000 (00:15 +0000)
Doc/library/bz2.rst

index fa6d7623949700e5a409155c0555de11f5cf863c..ed281bd72cea396c4ee6bef931eb4e84020cd153 100644 (file)
@@ -20,9 +20,10 @@ For other archive formats, see the :mod:`gzip`, :mod:`zipfile`, and
 Here is a summary of the features offered by the bz2 module:
 
 * :class:`BZ2File` class implements a complete file interface, including
-  :meth:`readline`, :meth:`readlines`, :meth:`writelines`, :meth:`seek`, etc;
+  :meth:`~BZ2File.readline`, :meth:`~BZ2File.readlines`,
+  :meth:`~BZ2File.writelines`, :meth:`~BZ2File.seek`, etc;
 
-* :class:`BZ2File` class implements emulated :meth:`seek` support;
+* :class:`BZ2File` class implements emulated :meth:`~BZ2File.seek` support;
 
 * :class:`BZ2File` class implements universal newline support;