diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-05-27 04:36:52 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-05-27 04:36:52 +0200 |
| commit | e0854f9dbff33c941fc7897c6f1c44cadec9d2e7 (patch) | |
| tree | 0011fc71cb721178e5e38d6aae87a11ce4f3e171 | |
| parent | dec2067b2a5fe4ae47ce67a55810885e6f0ae20b (diff) | |
| download | cpython-git-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.tar.gz | |
Add missing closing paren
| -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 743154510f..6a4daa54b6 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 |
