From 389aa17ad353ce667eb19c717a8bd4793980dd0a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 29 Nov 2001 19:04:50 +0000 Subject: [PATCH] writeline() --> writelines() This closes SF bug #487147. --- Doc/lib/libdifflib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 15e8c695ed4..3bc103b85af 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}