Fix duplicate word.

This commit is contained in:
Georg Brandl 2008-10-17 21:41:49 +00:00
parent c2f144079f
commit 92b70bcc6e

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 Merge multiple sorted inputs into a single sorted output (for example, merge
timestamped entries from multiple log files). Returns an :term:`iterator` 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 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 not pull the data into memory all at once, and assumes that each of the input