summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-27 02:36:52 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-05-27 02:36:52 (GMT)
commite0854f9dbff33c941fc7897c6f1c44cadec9d2e7 (patch)
tree0011fc71cb721178e5e38d6aae87a11ce4f3e171 /Doc/glossary.rst
parentdec2067b2a5fe4ae47ce67a55810885e6f0ae20b (diff)
downloadcpython-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.zip
cpython-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.tar.gz
cpython-e0854f9dbff33c941fc7897c6f1c44cadec9d2e7.tar.bz2
Add missing closing paren
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ 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