Commit 2d6783b4 authored by Hye-Shik Chang's avatar Hye-Shik Chang

SF #966375: Fix typo (Reported by Kristian Ovaska)

parent 4ec44e85
......@@ -95,7 +95,7 @@ Now, simple generators can be coded succinctly as expressions using a syntax
like list comprehensions but with parentheses instead of brackets. These
expressions are designed for situations where the generator is used right
away by an enclosing function. Generator expressions are more compact but
less versatile than full generator definitions and the tend to be more memory
less versatile than full generator definitions and they tend to be more memory
friendly than equivalent list comprehensions.
\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