mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed misspelling in comment.
This commit is contained in:
parent
da1a2212c8
commit
5f7617b5f6
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ def _siftdown(heap, startpos, pos):
|
|||
#
|
||||
# The total compares needed by list.sort() on the same lists were 8627,
|
||||
# 8627, and 8632 (this should be compared to the sum of heapify() and
|
||||
# heappop() compares): list.sort() is (unsurprisingly!) more efficent
|
||||
# heappop() compares): list.sort() is (unsurprisingly!) more efficient
|
||||
# for sorting.
|
||||
|
||||
def _siftup(heap, pos):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue