]> granicus.if.org Git - python/commitdiff
Fix typo in comment.
authorFred Drake <fdrake@acm.org>
Wed, 13 Nov 2002 14:38:17 +0000 (14:38 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 13 Nov 2002 14:38:17 +0000 (14:38 +0000)
Lib/heapq.py

index fd7eea5307411e2c9b09fb1787638b110d083e46..fee7a2435fb01587d3a661c69a3a9317ff878c99 100644 (file)
@@ -208,8 +208,8 @@ def _siftdown(heap, startpos, pos):
 # heappop() a lot, in accord with theory.  Here are typical results from 3
 # runs (3 just to demonstrate how small the variance is):
 #
-# Compares needed by heapify     Compares needed by 1000 heapppops
-# --------------------------     ---------------------------------
+# Compares needed by heapify     Compares needed by 1000 heappops
+# --------------------------     --------------------------------
 # 1837 cut to 1663               14996 cut to 8680
 # 1855 cut to 1659               14966 cut to 8678
 # 1847 cut to 1660               15024 cut to 8703