Fix duplicate word.

This commit is contained in:
Georg Brandl 2008-10-17 21:41:49 +00:00
parent c2f144079f
commit 92b70bcc6e
1 changed files with 1 additions and 1 deletions

View 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