From: Fred Drake Date: Thu, 29 Nov 2001 19:04:50 +0000 (+0000) Subject: writeline() --> writelines() X-Git-Tag: v2.2.1c1~646 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=389aa17ad353ce667eb19c717a8bd4793980dd0a;p=thirdparty%2FPython%2Fcpython.git writeline() --> writelines() This closes SF bug #487147. --- diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 15e8c695ed4b..3bc103b85af2 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -466,7 +466,7 @@ method: with newlines. Such sequences can be obtained from the \method{readlines()} method of file-like objects. The delta generated also consists of newline-terminated strings, ready to be printed as-is - via the \method{writeline()} method of a file-like object. + via the \method{writelines()} method of a file-like object. \end{methoddesc}