]> granicus.if.org Git - python/commitdiff
Fix comment
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Jun 2014 08:32:23 +0000 (01:32 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Jun 2014 08:32:23 +0000 (01:32 -0700)
Lib/heapq.py

index 4f71ebf1540ede1161993b5830894b2360f8c230..5ab68b010a9a44d6509a3fcf0dadf2617a2b52b8 100644 (file)
@@ -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%