From 7d1dd0433463b59d7709db3b24113f63e17ba005 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 12 Nov 2003 16:42:10 +0000 Subject: Fix typo --- Doc/whatsnew/whatsnew24.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 23c3431..646a35c 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} -- cgit v0.12