summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 09:57:23 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 09:57:23 (GMT)
commit7e41547c4756e94079fba1e197e7cd731d83f897 (patch)
tree6cd2a4dc7559d246acd084413b13b3d5a7a125fe /Doc/glossary.rst
parentfb0b2550229854b155136ccb3f9cffe5841277bb (diff)
parent60e602dcc684fa26f34a8b1530d890ae99c8092d (diff)
downloadcpython-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.rst2
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