diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 09:57:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 09:57:23 (GMT) |
commit | 7e41547c4756e94079fba1e197e7cd731d83f897 (patch) | |
tree | 6cd2a4dc7559d246acd084413b13b3d5a7a125fe /Doc/glossary.rst | |
parent | fb0b2550229854b155136ccb3f9cffe5841277bb (diff) | |
parent | 60e602dcc684fa26f34a8b1530d890ae99c8092d (diff) | |
download | cpython-7e41547c4756e94079fba1e197e7cd731d83f897.zip cpython-7e41547c4756e94079fba1e197e7cd731d83f897.tar.gz cpython-7e41547c4756e94079fba1e197e7cd731d83f897.tar.bz2 |
merge with 3.3
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 0d3a5f5..f336a07 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -772,7 +772,7 @@ Glossary statement A statement is part of a suite (a "block" of code). A statement is either - an :term:`expression` or a one of several constructs with a keyword, such + an :term:`expression` or one of several constructs with a keyword, such as :keyword:`if`, :keyword:`while` or :keyword:`for`. struct sequence |