Add missing closing paren

This commit is contained in:
Éric Araujo 2011-05-27 04:36:52 +02:00
parent dec2067b2a
commit e0854f9dbf

View File

@ -242,7 +242,7 @@ Glossary
processing, remembering the location execution state (including local
variables and pending try-statements). When the generator resumes, it
picks-up where it left-off (in contrast to functions which start fresh on
every invocation.
every invocation).
.. index:: single: generator expression