SF #966375: Fix typo (Reported by Kristian Ovaska)
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index cdad65e..3f4151f 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -95,7 +95,7 @@
 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}