From: Raymond Hettinger Date: Wed, 12 Nov 2003 16:42:10 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.4a1~1291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d1dd0433463b59d7709db3b24113f63e17ba005;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 23c34319803e..646a35c01649 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -129,8 +129,8 @@ they were input. like the in-place \method{sort()} method but has been made suitable for 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 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}