This commit is contained in:
Raymond Hettinger 2003-11-12 16:42:10 +00:00
parent bc3cba2881
commit 7d1dd04334

View 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}