Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f7617b

Browse files
committed
Fixed misspelling in comment.
1 parent da1a221 commit 5f7617b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/heapq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _siftdown(heap, startpos, pos):
218218
#
219219
# The total compares needed by list.sort() on the same lists were 8627,
220220
# 8627, and 8632 (this should be compared to the sum of heapify() and
221-
# heappop() compares): list.sort() is (unsurprisingly!) more efficent
221+
# heappop() compares): list.sort() is (unsurprisingly!) more efficient
222222
# for sorting.
223223

224224
def _siftup(heap, pos):

0 commit comments

Comments
 (0)