Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d1dd04

Browse files
committed
Fix typo
1 parent bc3cba2 commit 7d1dd04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/whatsnew24.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ \section{Other Language Changes}
129129
like the in-place \method{sort()} method but has been made suitable for
130130
use in expressions. The differences are:
131131
\begin{itemize}
132-
\item the input make be any iterable;
133-
\item a copy is sorted, leaving the original intact; and
132+
\item the input may be any iterable;
133+
\item a newly formed copy is sorted, leaving the original intact; and
134134
\item the expression returns the new sorted copy
135135
\end{itemize}
136136

0 commit comments

Comments
 (0)