]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Wed, 12 Nov 2003 16:42:10 +0000 (16:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 12 Nov 2003 16:42:10 +0000 (16:42 +0000)
Doc/whatsnew/whatsnew24.tex

index 23c34319803ef4f6986e734039fd727e23e1c372..646a35c016490088b742fd6c4e1ee2fadde9bcec 100644 (file)
@@ -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}