From: Georg Brandl Date: Sun, 6 Oct 2013 09:57:13 +0000 (+0200) Subject: Fix small grammar mistake. X-Git-Tag: v2.7.6rc1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcc55d691ec6507d7c85d3ddceea0d1ce4d57147;p=python Fix small grammar mistake. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 219a6caf2c..3af49fd029 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -664,7 +664,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