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

Skip to content

Commit 41d7d58

Browse files
author
Skip Montanaro
committed
trivial rewording in footnote 5.
1 parent 80d1dd5 commit 41d7d58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,8 +856,8 @@ \subsubsection{Mutable Sequence Types \label{typesseq-mutable}}
856856

857857
\item[(5)] The \method{sort()} and \method{reverse()} methods modify the
858858
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.
859+
list. To remind you that they operate by side effect, they don't return
860+
the sorted or reversed list.
861861

862862
\item[(6)] The \method{sort()} method takes an optional argument
863863
specifying a comparison function of two arguments (list items) which

0 commit comments

Comments
 (0)