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 80d1dd5 commit 41d7d58Copy full SHA for 41d7d58
1 file changed
Doc/lib/libstdtypes.tex
@@ -856,8 +856,8 @@ \subsubsection{Mutable Sequence Types \label{typesseq-mutable}}
856
857
\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
858
list in place for economy of space when sorting or reversing a large
859
- list. They don't return the sorted or reversed list to remind you
860
- of this side effect.
+ list. To remind you that they operate by side effect, they don't return
+ the sorted or reversed list.
861
862
\item[(6)] The \method{sort()} method takes an optional argument
863
specifying a comparison function of two arguments (list items) which
0 commit comments