Fixed misspelling in comment.

This commit is contained in:
Tim Peters 2002-08-11 18:28:09 +00:00
parent da1a2212c8
commit 5f7617b5f6
1 changed files with 1 additions and 1 deletions

View File

@ -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):