Kaydet (Commit) 5f7617b5 authored tarafından Tim Peters's avatar Tim Peters

Fixed misspelling in comment.

üst da1a2212
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment