mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add missing closing paren
This commit is contained in:
parent
dec2067b2a
commit
e0854f9dbf
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ Glossary
|
||||||
processing, remembering the location execution state (including local
|
processing, remembering the location execution state (including local
|
||||||
variables and pending try-statements). When the generator resumes, it
|
variables and pending try-statements). When the generator resumes, it
|
||||||
picks-up where it left-off (in contrast to functions which start fresh on
|
picks-up where it left-off (in contrast to functions which start fresh on
|
||||||
every invocation.
|
every invocation).
|
||||||
|
|
||||||
.. index:: single: generator expression
|
.. index:: single: generator expression
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue