From 6f51a72a61954110598fabaff19c903342ff6a22 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 31 Dec 2003 04:41:47 +0000 Subject: - use the same markup for the deprecation as for that of file.xreadlines() --- Doc/lib/libxreadlines.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libxreadlines.tex b/Doc/lib/libxreadlines.tex index f2fbe24..f74040d 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 -- cgit v0.12