summaryrefslogtreecommitdiff
path: root/Lib/heapq.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-06-02 01:32:23 -0700
committerRaymond Hettinger <python@rcn.com>2014-06-02 01:32:23 -0700
commit7df3c156fafe7df1da67227b44029779695d84de (patch)
treea55b4d92073fe39b15d51fc0c3c5c651832dad21 /Lib/heapq.py
parent8f794eef9b66c0983ef49be317347dc64cbbe700 (diff)
downloadcpython-git-7df3c156fafe7df1da67227b44029779695d84de.tar.gz
Fix comment
Diffstat (limited to 'Lib/heapq.py')
-rw-r--r--Lib/heapq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/heapq.py b/Lib/heapq.py
index 4f71ebf154..5ab68b010a 100644
--- a/Lib/heapq.py
+++ b/Lib/heapq.py
@@ -413,7 +413,7 @@ def merge(*iterables, key=None, reverse=False):
# number of comparisons
# n inputs k-extreme values (average of 5 trials) % more than min()
# ------------- ---------------- --------------------- -----------------
-# 1,000 100 3,317 233.2%
+# 1,000 100 3,317 231.7%
# 10,000 100 14,046 40.5%
# 100,000 100 105,749 5.7%
# 1,000,000 100 1,007,751 0.8%