mirror of https://github.com/python/cpython
Fix typo.
This commit is contained in:
parent
82b24827f6
commit
9885c93b99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue