]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix duplicate word.
authorGeorg Brandl <georg@python.org>
Fri, 17 Oct 2008 21:41:49 +0000 (21:41 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 17 Oct 2008 21:41:49 +0000 (21:41 +0000)
Doc/library/heapq.rst

index d1c79b0caaabce5f679683f7020710c0247f5564..5cf81635abd21cea89cb9ca00e4b260ad9924e7c 100644 (file)
@@ -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