Kaydet (Commit) b321e791 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo

üst cd41e893
......@@ -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:
# -----------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment