]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF #966375: Fix typo (Reported by Kristian Ovaska)
authorHye-Shik Chang <hyeshik@gmail.com>
Fri, 4 Jun 2004 09:33:18 +0000 (09:33 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Fri, 4 Jun 2004 09:33:18 +0000 (09:33 +0000)
Doc/whatsnew/whatsnew24.tex

index cdad65ead131c7cf625a0f29c42fba0de2390434..3f4151f0b1557d72361b351718cf960f6d29493d 100644 (file)
@@ -95,7 +95,7 @@ Now, simple generators can be coded succinctly as expressions using a syntax
 like 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 the tend to be more memory
+less versatile than full generator definitions and they tend to be more memory
 friendly than equivalent list comprehensions.
        
 \begin{verbatim}