]> granicus.if.org Git - python/commitdiff
Fix so it compiles at least.
authorMichael W. Hudson <mwh@python.net>
Tue, 11 Feb 2003 14:24:13 +0000 (14:24 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 11 Feb 2003 14:24:13 +0000 (14:24 +0000)
"make lib" takes a while, doesn't it?

Doc/lib/libitertools.tex

index 5e0edf613c0cc457c442ba85cdddbc1a421041a1..1ae4e96fbc6e77aff619ec38d37c060fef9e690a 100644 (file)
@@ -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.