[Python-checkins] CVS: python/dist/src/Doc/lib libdifflib.tex,1.10,1.11
Fred L. Drake
fdrake@users.sourceforge.net
2001年11月29日 11:04:52 -0800
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv16829/lib
Modified Files:
libdifflib.tex
Log Message:
writeline() --> writelines()
This closes SF bug #487147.
Index: libdifflib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdifflib.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** libdifflib.tex 2001年10月26日 03:04:23 1.10
--- libdifflib.tex 2001年11月29日 19:04:50 1.11
***************
*** 467,471 ****
\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.
\end{methoddesc}
--- 467,471 ----
\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{writelines()} method of a file-like object.
\end{methoddesc}