]> granicus.if.org Git - python/commitdiff
Fix typo reported to python-docs.
authorFred Drake <fdrake@acm.org>
Wed, 26 Jun 2002 21:25:15 +0000 (21:25 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 26 Jun 2002 21:25:15 +0000 (21:25 +0000)
Doc/tut/tut.tex

index 0a4c95e387d7cd506d3bb353693a39c9552ecdcc..1e5774bff2ea68ed9ee9935a2f714435d8940457 100644 (file)
@@ -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