From 2d6783b4bca35dcfd9c4cf397aff78649d54eab8 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 4 Jun 2004 09:33:18 +0000 Subject: [PATCH] SF #966375: Fix typo (Reported by Kristian Ovaska) --- Doc/whatsnew/whatsnew24.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index cdad65ead13..3f4151f0b15 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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}