Commit f06f900e authored by Fred Drake's avatar Fred Drake

writeline() --> writelines()

This closes SF bug #487147.
parent 77fa7194
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment