Fix typo.

This commit is contained in:
Raymond Hettinger 2003-10-30 06:08:32 +00:00
parent 82b24827f6
commit 9885c93b99
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ Notes:
the sorted or reversed list. the sorted or reversed list.
\item[(8)] The \method{sort()} and \method{sorted()} methods take optional \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 \var{cmp} specifies a custom comparison function of two arguments
(list items) which should return a negative, zero or positive number (list items) which should return a negative, zero or positive number