writeline() --> writelines()

This closes SF bug #487147.
This commit is contained in:
Fred Drake 2001-11-29 19:04:50 +00:00
parent c8fe77bd4c
commit 389aa17ad3
1 changed files with 1 additions and 1 deletions

View 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}