diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-27 02:36:52 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-27 02:36:52 (GMT) |
commit | e0854f9dbff33c941fc7897c6f1c44cadec9d2e7 (patch) | |
tree | 0011fc71cb721178e5e38d6aae87a11ce4f3e171 /Doc | |
parent | dec2067b2a5fe4ae47ce67a55810885e6f0ae20b (diff) | |
download | cpython-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.zip cpython-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.tar.gz cpython-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.tar.bz2 |
Add missing closing paren
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 7431545..6a4daa5 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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 |