summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commite0854f9dbff33c941fc7897c6f1c44cadec9d2e7 (patch)
tree0011fc71cb721178e5e38d6aae87a11ce4f3e171
parentdec2067b2a5fe4ae47ce67a55810885e6f0ae20b (diff)
downloadcpython-git-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.tar.gz
Add missing closing paren
-rw-r--r--Doc/glossary.rst2
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