]> granicus.if.org Git - python/commitdiff
Fix small grammar mistake.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:57:13 +0000 (11:57 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:57:13 +0000 (11:57 +0200)
Doc/glossary.rst

index 219a6caf2ceca92e17cbf601c6e6bf98b3c23b43..3af49fd0297c5e64c108d6c57c27a3b2d630d843 100644 (file)
@@ -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 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