From: Michael W. Hudson Date: Tue, 11 Feb 2003 14:24:13 +0000 (+0000) Subject: Fix so it compiles at least. X-Git-Tag: v2.3c1~1920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb189934ce0b130192d69e8b4688762954b3dd67;p=python Fix so it compiles at least. "make lib" takes a while, doesn't it? --- diff --git a/Doc/lib/libitertools.tex b/Doc/lib/libitertools.tex index 5e0edf613c..1ae4e96fbc 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.