commit | e0854f9dbff33c941fc7897c6f1c44cadec9d2e7 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri May 27 04:36:52 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri May 27 04:36:52 2011 +0200 |
tree | 0011fc71cb721178e5e38d6aae87a11ce4f3e171 | |
parent | dec2067b2a5fe4ae47ce67a55810885e6f0ae20b [diff] |
Add missing closing paren
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 @@ 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