From: Raymond Hettinger Date: Thu, 30 Oct 2003 06:08:32 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.4a1~1345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9885c93b9975542c63d6f567ea7113865f04bc2f;p=python Fix typo. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index fec0ede2a7..917ca4bccc 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