]> granicus.if.org Git - python/commitdiff
Merged revisions 78887 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 13 Mar 2010 00:26:04 +0000 (00:26 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 13 Mar 2010 00:26:04 +0000 (00:26 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78887 | ezio.melotti | 2010-03-13 02:15:36 +0200 (Sat, 13 Mar 2010) | 1 line

  fix broken links
........

Doc/library/bz2.rst

index b3a3215963d14a784b91e35c6baad123342534ff..6f01dd3b8915704d863506d1613538a9fbf3a471 100644 (file)
@@ -18,9 +18,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;