From 9885c93b9975542c63d6f567ea7113865f04bc2f Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 30 Oct 2003 06:08:32 +0000 Subject: Fix typo. --- Doc/lib/libstdtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index fec0ede..917ca4b 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1028,7 +1028,7 @@ Notes: the sorted or reversed list. \item[(8)] The \method{sort()} and \method{sorted()} methods take optional - arguments for controlling the comparisions. + arguments for controlling the comparisons. \var{cmp} specifies a custom comparison function of two arguments (list items) which should return a negative, zero or positive number -- cgit v0.12