From 92b70bcc6e469e001616fadc5f7be125a90b6c63 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 17 Oct 2008 21:41:49 +0000 Subject: Fix duplicate word. --- Doc/library/heapq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index d1c79b0..5cf8163 100644 --- a/Doc/library/heapq.rst +++ b/Doc/library/heapq.rst @@ -95,7 +95,7 @@ The module also offers three general purpose functions based on heaps. Merge multiple sorted inputs into a single sorted output (for example, merge timestamped entries from multiple log files). Returns an :term:`iterator` - over over the sorted values. + over the sorted values. Similar to ``sorted(itertools.chain(*iterables))`` but returns an iterable, does not pull the data into memory all at once, and assumes that each of the input -- cgit v0.12