[Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.64,1.65
Skip Montanaro
montanaro@users.sourceforge.net
2001年7月25日 09:18:21 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv17347
Modified Files:
libstdtypes.tex
Log Message:
trivial rewording in footnote 5.
Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** libstdtypes.tex 2001年07月06日 20:30:11 1.64
--- libstdtypes.tex 2001年07月25日 16:18:19 1.65
***************
*** 857,862 ****
\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
list in place for economy of space when sorting or reversing a large
! list. They don't return the sorted or reversed list to remind you
! of this side effect.
\item[(6)] The \method{sort()} method takes an optional argument
--- 857,862 ----
\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
list in place for economy of space when sorting or reversing a large
! list. To remind you that they operate by side effect, they don't return
! the sorted or reversed list.
\item[(6)] The \method{sort()} method takes an optional argument