Commit 6f51a72a authored by Fred Drake's avatar Fred Drake

- use the same markup for the deprecation as for that of

  file.xreadlines()
parent ae55d5f3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\versionadded{2.1} \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 This module defines a new object type which can efficiently iterate
over the lines of a file. An xreadlines object is a sequence type over the lines of a file. An xreadlines object is a sequence type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment