diff options
author | Michael W. Hudson <mwh@python.net> | 2003-02-11 14:24:13 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2003-02-11 14:24:13 (GMT) |
commit | eb189934ce0b130192d69e8b4688762954b3dd67 (patch) | |
tree | ff353fac11543254b8c52a7620e171086fc0c89a /Doc/lib | |
parent | 3e245d800dd5c118d13c77f3a3022d358a979a46 (diff) | |
download | cpython-eb189934ce0b130192d69e8b4688762954b3dd67.zip cpython-eb189934ce0b130192d69e8b4688762954b3dd67.tar.gz cpython-eb189934ce0b130192d69e8b4688762954b3dd67.tar.bz2 |
Fix so it compiles at least.
"make lib" takes a while, doesn't it?
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libitertools.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libitertools.tex b/Doc/lib/libitertools.tex index 5e0edf6..1ae4e96 100644 --- a/Doc/lib/libitertools.tex +++ b/Doc/lib/libitertools.tex @@ -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 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 successive iterator. The module author welcomes suggestions for other basic building blocks. |