mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo
This commit is contained in:
parent
bc3cba2881
commit
7d1dd04334
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue