Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3cba2 commit 7d1dd04Copy full SHA for 7d1dd04
1 file changed
Doc/whatsnew/whatsnew24.tex
@@ -129,8 +129,8 @@ \section{Other Language Changes}
129
like the in-place \method{sort()} method but has been made suitable for
130
use in expressions. The differences are:
131
\begin{itemize}
132
- \item the input make be any iterable;
133
- \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
134
\item the expression returns the new sorted copy
135
\end{itemize}
136
0 commit comments