diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-28 22:29:56 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-28 22:29:56 (GMT) |
commit | c5069e00705a499c2db37deb5d0eefae791d39ea (patch) | |
tree | b1510d869e20dd304ba9b48ccb2c575682f05f15 /Doc/glossary.rst | |
parent | b5096f739b0acde489826d1ca5c18cb22fa51ed2 (diff) | |
parent | 456ae893d7a0b40a5346cbba7771127aca2113e9 (diff) | |
download | cpython-c5069e00705a499c2db37deb5d0eefae791d39ea.zip cpython-c5069e00705a499c2db37deb5d0eefae791d39ea.tar.gz cpython-c5069e00705a499c2db37deb5d0eefae791d39ea.tar.bz2 |
Merge doc touch-ups and fixes for #9831 and #9223 from 3.1
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index ec8af62..d14455b 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -247,7 +247,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 |