From 2d20a5fe99449ee2609264b1060a592f51845d37 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 29 Jul 2006 15:42:46 +0000 Subject: [PATCH] Typo fix --- 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 51baece6f8..096b1eccd0 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -162,7 +162,7 @@ for link in links: Generator expressions always have to be written inside parentheses, as in the above example. The parentheses signalling a function call also -count, so if you want to create a iterator that will be immediately +count, so if you want to create an iterator that will be immediately passed to a function you could write: \begin{verbatim} -- 2.40.0