Commit 69c726ef authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent 1adb2ff5
...@@ -162,7 +162,7 @@ for link in links: ...@@ -162,7 +162,7 @@ for link in links:
Generator expressions always have to be written inside parentheses, as Generator expressions always have to be written inside parentheses, as
in the above example. The parentheses signalling a function call also 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: passed to a function you could write:
\begin{verbatim} \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