mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Typo fix: 'comparisions' is not a word
This commit is contained in:
parent
2cc0c3008c
commit
55be9eab38
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue