diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-29 19:04:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-29 19:04:50 (GMT) |
commit | 389aa17ad353ce667eb19c717a8bd4793980dd0a (patch) | |
tree | 940bf85d003bc5052c623f9e2028ef8b663014e5 /Doc/lib/libdifflib.tex | |
parent | c8fe77bd4c8c73c7a10b3c3e046e39130d43e3ba (diff) | |
download | cpython-389aa17ad353ce667eb19c717a8bd4793980dd0a.zip cpython-389aa17ad353ce667eb19c717a8bd4793980dd0a.tar.gz cpython-389aa17ad353ce667eb19c717a8bd4793980dd0a.tar.bz2 |
writeline() --> writelines()
This closes SF bug #487147.
Diffstat (limited to 'Doc/lib/libdifflib.tex')
-rw-r--r-- | Doc/lib/libdifflib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 15e8c69..3bc103b 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} |