mirror of
https://github.com/python/cpython.git
synced 2026-05-27 22:56:48 -04:00
SF #966375: Fix typo (Reported by Kristian Ovaska)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user