]> granicus.if.org Git - python/commitdiff
trivial rewording in footnote 5.
authorSkip Montanaro <skip@pobox.com>
Wed, 25 Jul 2001 16:18:19 +0000 (16:18 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 25 Jul 2001 16:18:19 +0000 (16:18 +0000)
Doc/lib/libstdtypes.tex

index 0fb1b8afa36766d68cd42139f0ef2d5a65dad870..f913f415ea876f66f5751e4205847b0c1b116add 100644 (file)
@@ -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