]> granicus.if.org Git - python/commitdiff
Remove xreadlines reference
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:21:07 +0000 (13:21 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 31 Aug 2004 13:21:07 +0000 (13:21 +0000)
Doc/lib/libbz2.tex

index 439f2ba3370e24b53e2b68f63144e0175903abe2..f40b66f153934c56c2a0a7a4762d1b346941bce4 100644 (file)
@@ -82,7 +82,7 @@ is an approximate bound on the total number of bytes in the lines returned.
 \begin{methoddesc}[BZ2File]{xreadlines}{}
 For backward compatibility. \class{BZ2File} objects now include the
 performance optimizations previously implemented in the
-\refmodule{xreadlines} module.
+\module{xreadlines} module.
 \deprecated{2.3}{This exists only for compatibility with the method by
                  this name on \class{file} objects, which is
                  deprecated.  Use \code{for line in file} instead.}