From 56d523306d9bb34d52dda330a3834ef8e8dd6664 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 26 Jun 2002 21:43:42 +0000 Subject: [PATCH] Fix typo reported to python-docs. --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 4b0509fd3655..263fc46553ab 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1826,7 +1826,7 @@ List comprehensions provide a concise way to create lists without resorting to use of \function{map()}, \function{filter()} and/or \keyword{lambda}. The resulting list definition tends often to be clearer than lists built using those constructs. Each list comprehension consists of an expression -following by a \keyword{for} clause, then zero or more \keyword{for} or +followed by a \keyword{for} clause, then zero or more \keyword{for} or \keyword{if} clauses. The result will be a list resulting from evaluating the expression in the context of the \keyword{for} and \keyword{if} clauses which follow it. If the expression would evaluate to a tuple, it must be -- 2.47.3