Commit 2d20a5fe authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent b9d7e048
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment