From: Éric Araujo Date: Fri, 27 May 2011 02:36:52 +0000 (+0200) Subject: Add missing closing paren X-Git-Tag: v3.1.4rc1~2^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0854f9dbff33c941fc7897c6f1c44cadec9d2e7;p=python Add missing closing paren --- 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