Fix comment

This commit is contained in:
Raymond Hettinger 2014-06-02 01:32:23 -07:00
parent 8f794eef9b
commit 7df3c156fa
1 changed files with 1 additions and 1 deletions

View 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%