[Python-checkins] cpython (3.3): Fix small grammar mistake.

georg.brandl python-checkins at python.org
Sun Oct 6 11:57:41 CEST 2013


http://hg.python.org/cpython/rev/f19e9f110523
changeset:   86047:f19e9f110523
branch:      3.3
parent:      86042:28e765249686
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 11:57:13 2013 +0200
summary:
  Fix small grammar mistake.

files:
  Doc/glossary.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -759,7 +759,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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list