From: Georg Brandl Date: Fri, 17 Oct 2008 21:41:49 +0000 (+0000) Subject: Fix duplicate word. X-Git-Tag: v2.7a1~2721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b70bcc6e469e001616fadc5f7be125a90b6c63;p=thirdparty%2FPython%2Fcpython.git Fix duplicate word. --- diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index d1c79b0caaab..5cf81635abd2 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