]> granicus.if.org Git - python/commitdiff
Fixed misspelling in comment.
authorTim Peters <tim.peters@gmail.com>
Sun, 11 Aug 2002 18:28:09 +0000 (18:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 11 Aug 2002 18:28:09 +0000 (18:28 +0000)
Lib/heapq.py

index 698e6fe27aff90b1999cd54f5606ea74866baecd..15b728a46594c3745f6238aabecbdd0baefa796f 100644 (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):