diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 15:42:46 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 15:42:46 (GMT) |
commit | 2d20a5fe99449ee2609264b1060a592f51845d37 (patch) | |
tree | 7f983ae615ca1f4f9dc10f01aa51e7021fddb551 /Doc | |
parent | b9d7e04880b8d28f68d12ab9e281541e5f19a62d (diff) | |
download | cpython-2d20a5fe99449ee2609264b1060a592f51845d37.zip cpython-2d20a5fe99449ee2609264b1060a592f51845d37.tar.gz cpython-2d20a5fe99449ee2609264b1060a592f51845d37.tar.bz2 |
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 51baece..096b1ec 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} |