summaryrefslogtreecommitdiff
path: root/Objects/listobject.c
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-09-10 12:59:54 +0000
committerAndrew M. Kuchling <amk@amk.ca>2004-09-10 12:59:54 +0000
commit55be9eab3874aa93dccdfcf3df4838e25e598cc4 (patch)
tree45f00bac31a36468ac42391e0e48d0b8d8cd3061 /Objects/listobject.c
parent2cc0c3008ca3f86ba6b9f73718fb5c3c1095d76d (diff)
downloadcpython-git-55be9eab3874aa93dccdfcf3df4838e25e598cc4.tar.gz
Typo fix: 'comparisions' is not a word
Diffstat (limited to 'Objects/listobject.c')
-rw-r--r--Objects/listobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/listobject.c b/Objects/listobject.c
index 89cedc9bfa..996ddb95b1 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -1759,7 +1759,7 @@ merge_compute_minrun(int n)
}
/* Special wrapper to support stable sorting using the decorate-sort-undecorate
- pattern. Holds a key which is used for comparisions and the original record
+ pattern. Holds a key which is used for comparisons and the original record
which is returned during the undecorate phase. By exposing only the key
during comparisons, the underlying sort stability characteristics are left
unchanged. Also, if a custom comparison function is used, it will only see