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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=389aa17ad353ce667eb19c717a8bd4793980dd0a;p=python writeline() --> writelines() This closes SF bug #487147. --- diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 15e8c695ed..3bc103b85a 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}