[Python-checkins] r78891 - in python/branches/py3k: Doc/library/bz2.rst

ezio.melotti python-checkins at python.org
Sat Mar 13 01:26:04 CET 2010


Author: ezio.melotti
Date: Sat Mar 13 01:26:04 2010
New Revision: 78891

Log:
Merged revisions 78887 via svnmerge from 
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/bz2.rst

Modified: python/branches/py3k/Doc/library/bz2.rst
==============================================================================
--- python/branches/py3k/Doc/library/bz2.rst	(original)
+++ python/branches/py3k/Doc/library/bz2.rst	Sat Mar 13 01:26:04 2010
@@ -18,9 +18,10 @@
 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;
 


More information about the Python-checkins mailing list