Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7df3c15

Browse files
committed
Fix comment
1 parent 8f794ee commit 7df3c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/heapq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def merge(*iterables, key=None, reverse=False):
413413
# number of comparisons
414414
# n inputs k-extreme values (average of 5 trials) % more than min()
415415
# ------------- ---------------- --------------------- -----------------
416-
# 1,000 100 3,317 233.2%
416+
# 1,000 100 3,317 231.7%
417417
# 10,000 100 14,046 40.5%
418418
# 100,000 100 105,749 5.7%
419419
# 1,000,000 100 1,007,751 0.8%

0 commit comments

Comments
 (0)