[Python-checkins] cpython: Fix comment

raymond.hettinger python-checkins at python.org
Mon Jun 2 10:32:30 CEST 2014


http://hg.python.org/cpython/rev/dc3afbee4ad1
changeset:   90962:dc3afbee4ad1
user:        Raymond Hettinger <python at rcn.com>
date:        Mon Jun 02 01:32:23 2014 -0700
summary:
  Fix comment

files:
  Lib/heapq.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/heapq.py b/Lib/heapq.py
--- a/Lib/heapq.py
+++ b/Lib/heapq.py
@@ -413,7 +413,7 @@
 #                                   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%

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list