From: Fred Drake Date: Wed, 31 Dec 2003 04:41:47 +0000 (+0000) Subject: - use the same markup for the deprecation as for that of X-Git-Tag: v2.4a1~1018 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f51a72a61954110598fabaff19c903342ff6a22;p=thirdparty%2FPython%2Fcpython.git - use the same markup for the deprecation as for that of file.xreadlines() --- diff --git a/Doc/lib/libxreadlines.tex b/Doc/lib/libxreadlines.tex index f2fbe24c92f4..f74040dd332e 100644 --- a/Doc/lib/libxreadlines.tex +++ b/Doc/lib/libxreadlines.tex @@ -6,7 +6,7 @@ \versionadded{2.1} -\deprecated{2.3}{Use \code{for line in file} instead.} +\deprecated{2.3}{Use \samp{for \var{line} in \var{file}} instead.} This module defines a new object type which can efficiently iterate over the lines of a file. An xreadlines object is a sequence type