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

Skip to content

Commit b321e79

Browse files
committed
Fix typo
1 parent cd41e89 commit b321e79

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
@@ -430,7 +430,7 @@ def merge(*iterables, key=None, reverse=False):
430430
#
431431
# Combining and simplifying for a rough estimate gives:
432432
#
433-
# comparisons = n + k * (log(k, 2) * log(n/k)) + log(k, 2) + log(n/k))
433+
# comparisons = n + k * (log(k, 2) * log(n/k) + log(k, 2) + log(n/k))
434434
#
435435
# Computing the number of comparisons for step 3:
436436
# -----------------------------------------------

0 commit comments

Comments
 (0)