commit | bcc55d691ec6507d7c85d3ddceea0d1ce4d57147 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 06 11:57:13 2013 +0200 |
committer | Georg Brandl <georg@python.org> | Sun Oct 06 11:57:13 2013 +0200 |
tree | e6014523e1d162c932bbab4c217dcd744d6ebfd7 | |
parent | b3d6fe336d7901d7489961ccbb33156ef47f241c [diff] [blame] |
Fix small grammar mistake.
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 219a6ca..3af49fd 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst
@@ -664,7 +664,7 @@ 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