]> granicus.if.org Git - python/commitdiff
writeline() --> writelines()
authorFred Drake <fdrake@acm.org>
Thu, 29 Nov 2001 19:04:50 +0000 (19:04 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Nov 2001 19:04:50 +0000 (19:04 +0000)
This closes SF bug #487147.

Doc/lib/libdifflib.tex

index 15e8c695ed4baa20ce4ef95ed434d8e7b3feabb5..3bc103b85af224f68ad1d8375fab3dc133569847 100644 (file)
@@ -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}