From 3035d2397f4a6d028d7b1f87563c649457d5cbb4 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 28 Feb 2007 18:27:41 +0000 Subject: Docstring nit. --- Lib/heapq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/heapq.py b/Lib/heapq.py index 0f67236..39e3800 100644 --- a/Lib/heapq.py +++ b/Lib/heapq.py @@ -311,7 +311,7 @@ except ImportError: def merge(*iterables): '''Merge multiple sorted inputs into a single sorted output. - Similar to sorted(itertools.chain(*iterables)) but returns an iterable, + Similar to sorted(itertools.chain(*iterables)) but returns a generator, does not pull the data into memory all at once, and assumes that each of the input streams is already sorted (smallest to largest). -- cgit v0.12