]> 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 63f1021afcbbaa43bf94642f4fab2d38711334f6..0d07d9312af10bc1dade5917aeddc15acaf5841c 100644 (file)
@@ -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 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