From: Andrew M. Kuchling Date: Sat, 29 Jul 2006 15:42:46 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5b3~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d20a5fe99449ee2609264b1060a592f51845d37;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 51baece6f8a0..096b1eccd0e3 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}