]> granicus.if.org Git - python/commitdiff
if we must argue over the/they, we can just remove the unecessary word
authorFred Drake <fdrake@acm.org>
Thu, 3 Jun 2004 17:19:25 +0000 (17:19 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 Jun 2004 17:19:25 +0000 (17:19 +0000)
Doc/tut/tut.tex

index fc9f573196ed35722b980881d5e64ad67f45c146..b00eaea2f202302dea076af1da98c0863944249f 100644 (file)
@@ -4405,7 +4405,7 @@ Some simple generators can be coded succinctly as expressions using a syntax
 similar to list comprehensions but with parentheses instead of brackets.  These
 expressions are designed for situations where the generator is used right
 away by an enclosing function.  Generator expressions are more compact but
-less versatile than full generator definitions and they tend to be more memory
+less versatile than full generator definitions and tend to be more memory
 friendly than equivalent list comprehensions.
 
 Examples: