mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Fix duplicate word.
This commit is contained in:
parent
c2f144079f
commit
92b70bcc6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue