[Python-checkins] cpython (3.1): Add missing closing paren

eric.araujo python-checkins at python.org
Sun May 29 18:14:19 CEST 2011


http://hg.python.org/cpython/rev/5c897641dbad
changeset:   70481:5c897641dbad
branch:      3.1
parent:      70415:7e85716bff52
user:        Éric Araujo <merwok at netwok.org>
date:        Fri May 27 04:36:52 2011 +0200
summary:
  Add missing closing paren

files:
  Doc/glossary.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- 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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list