From 7df3c156fafe7df1da67227b44029779695d84de Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 2 Jun 2014 01:32:23 -0700 Subject: Fix comment --- Lib/heapq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/heapq.py b/Lib/heapq.py index 4f71ebf..5ab68b0 100644 --- a/Lib/heapq.py +++ b/Lib/heapq.py @@ -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% -- cgit v0.12