mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix typo
This commit is contained in:
parent
cd41e89377
commit
b321e79123
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ def merge(*iterables, key=None, reverse=False):
|
|||
#
|
||||
# Combining and simplifying for a rough estimate gives:
|
||||
#
|
||||
# comparisons = n + k * (log(k, 2) * log(n/k)) + log(k, 2) + log(n/k))
|
||||
# comparisons = n + k * (log(k, 2) * log(n/k) + log(k, 2) + log(n/k))
|
||||
#
|
||||
# Computing the number of comparisons for step 3:
|
||||
# -----------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue