summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-09-10 12:59:54 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-09-10 12:59:54 (GMT)
commit55be9eab3874aa93dccdfcf3df4838e25e598cc4 (patch)
tree45f00bac31a36468ac42391e0e48d0b8d8cd3061 /Doc/lib/libstdtypes.tex
parent2cc0c3008ca3f86ba6b9f73718fb5c3c1095d76d (diff)
downloadcpython-55be9eab3874aa93dccdfcf3df4838e25e598cc4.zip
cpython-55be9eab3874aa93dccdfcf3df4838e25e598cc4.tar.gz
cpython-55be9eab3874aa93dccdfcf3df4838e25e598cc4.tar.bz2
Typo fix: 'comparisions' is not a word
Diffstat (limited to 'Doc/lib/libstdtypes.tex')
-rw-r--r--Doc/lib/libstdtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index b531b61..83d3c03 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -1092,7 +1092,7 @@ Notes:
the sorted or reversed list.
\item[(8)] The \method{sort()} method takes optional arguments for
- controlling the comparisions.
+ controlling the comparisons.
\var{cmp} specifies a custom comparison function of two arguments
(list items) which should return a negative, zero or positive number