]> granicus.if.org Git - python/commitdiff
Revert patch for 1162912.
authorGeorg Brandl <georg@python.org>
Mon, 4 Jul 2005 14:17:47 +0000 (14:17 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 4 Jul 2005 14:17:47 +0000 (14:17 +0000)
Doc/lib/libstdtypes.tex

index 9d1d9b18b7472a9e97c1209984172f1c05ea4a16..65e96bf0f7cf7f5bb597169e01906c438b76118a 100644 (file)
@@ -1146,9 +1146,6 @@ Notes:
   because \var{cmp} is called multiple times for each list element while
   \var{key} and \var{reverse} touch each element only once.
 
-  \note{If both \var{key} and \var{cmp} are supplied the \var{key}
-  function is applied before the \var{cmp} function.}
-
   \versionchanged[Support for \code{None} as an equivalent to omitting
   \var{cmp} was added]{2.3}