Commit 22ec5c36 authored by Fred Drake's avatar Fred Drake

if we must argue over the/they, we can just remove the unecessary word

parent 175d1884
......@@ -4405,7 +4405,7 @@ Some simple generators can be coded succinctly as expressions using a syntax
similar to 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 they tend to be more memory
less versatile than full generator definitions and tend to be more memory
friendly than equivalent list comprehensions.
Examples:
......
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