diff options
author | Raymond Hettinger <python@rcn.com> | 2003-10-30 06:08:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-10-30 06:08:32 (GMT) |
commit | 9885c93b9975542c63d6f567ea7113865f04bc2f (patch) | |
tree | d3c23b0ba75fe3aaa89d08818b43c9c86116c879 | |
parent | 82b24827f64198e0950beb6ba4434d6b2dda5318 (diff) | |
download | cpython-9885c93b9975542c63d6f567ea7113865f04bc2f.zip cpython-9885c93b9975542c63d6f567ea7113865f04bc2f.tar.gz cpython-9885c93b9975542c63d6f567ea7113865f04bc2f.tar.bz2 |
Fix typo.
-rw-r--r-- | Doc/lib/libstdtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |