mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix so it compiles at least.
"make lib" takes a while, doesn't it?
This commit is contained in:
parent
3e245d800d
commit
eb189934ce
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ If needed, the tool is readily constructible using pure Python.
|
||||||
|
|
||||||
Other tools are being considered for inclusion in future versions of the
|
Other tools are being considered for inclusion in future versions of the
|
||||||
module. For instance, the function
|
module. For instance, the function
|
||||||
\function{chain(\var{it0}, \var{it1}, ...})} would return elements from
|
\function{chain(\var{it0}, \var{it1}, ...)} would return elements from
|
||||||
the first iterator until it was exhausted and then move on to each
|
the first iterator until it was exhausted and then move on to each
|
||||||
successive iterator. The module author welcomes suggestions for other
|
successive iterator. The module author welcomes suggestions for other
|
||||||
basic building blocks.
|
basic building blocks.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue