[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.9, 1.10

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Nov 12 11:42:12 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv10430

Modified Files:
	whatsnew24.tex 
Log Message:
Fix typo

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** whatsnew24.tex	12 Nov 2003 16:39:30 -0000	1.9
--- whatsnew24.tex	12 Nov 2003 16:42:10 -0000	1.10
***************
*** 130,135 ****
  use in expressions.  The differences are:
    \begin{itemize}
!   \item the input make be any iterable;
!   \item a copy is sorted, leaving the original intact; and
    \item the expression returns the new sorted copy
    \end{itemize}
--- 130,135 ----
  use in expressions.  The differences are:
    \begin{itemize}
!   \item the input may be any iterable;
!   \item a newly formed copy is sorted, leaving the original intact; and
    \item the expression returns the new sorted copy
    \end{itemize}





More information about the Python-checkins mailing list