]> granicus.if.org Git - python/commitdiff
Add missing closing paren
authorÉric Araujo <merwok@netwok.org>
Fri, 27 May 2011 02:36:52 +0000 (04:36 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 27 May 2011 02:36:52 +0000 (04:36 +0200)
Doc/glossary.rst

index 743154510fc7e71ff85957c47bff6f71c179f373..6a4daa54b64541bd796e9105e90098ee8b3cfb4b 100644 (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