mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in comment.
This commit is contained in:
parent
8557156717
commit
f2928eb017
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ def _siftdown(heap, startpos, pos):
|
||||||
# heappop() a lot, in accord with theory. Here are typical results from 3
|
# heappop() a lot, in accord with theory. Here are typical results from 3
|
||||||
# runs (3 just to demonstrate how small the variance is):
|
# 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
|
# 1837 cut to 1663 14996 cut to 8680
|
||||||
# 1855 cut to 1659 14966 cut to 8678
|
# 1855 cut to 1659 14966 cut to 8678
|
||||||
# 1847 cut to 1660 15024 cut to 8703
|
# 1847 cut to 1660 15024 cut to 8703
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue