From: Skip Montanaro Date: Wed, 25 Jul 2001 16:18:19 +0000 (+0000) Subject: trivial rewording in footnote 5. X-Git-Tag: v2.2a3~966 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41d7d58cc4c863b39bfad52f94fe613594597d2d;p=thirdparty%2FPython%2Fcpython.git trivial rewording in footnote 5. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 0fb1b8afa367..f913f415ea87 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -856,8 +856,8 @@ Notes: \item[(5)] The \method{sort()} and \method{reverse()} methods modify the list in place for economy of space when sorting or reversing a large - list. They don't return the sorted or reversed list to remind you - of this side effect. + list. To remind you that they operate by side effect, they don't return + the sorted or reversed list. \item[(6)] The \method{sort()} method takes an optional argument specifying a comparison function of two arguments (list items) which