Fix typo in comment.

This commit is contained in:
Fred Drake 2002-11-13 14:38:17 +00:00
parent 8557156717
commit f2928eb017
1 changed files with 2 additions and 2 deletions

View 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