diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 09:57:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 09:57:13 (GMT) |
commit | 60e602dcc684fa26f34a8b1530d890ae99c8092d (patch) | |
tree | 2c593cdd503f843fc70877f6feed30b2d2ddc97e /Doc | |
parent | a710fdae1cd4bb8a65298ea267ff5a32f7922a04 (diff) | |
download | cpython-60e602dcc684fa26f34a8b1530d890ae99c8092d.zip cpython-60e602dcc684fa26f34a8b1530d890ae99c8092d.tar.gz cpython-60e602dcc684fa26f34a8b1530d890ae99c8092d.tar.bz2 |
Fix small grammar mistake.
Diffstat (limited to 'Doc')
-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 63f1021..0d07d93 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -759,7 +759,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 |