[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

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


http://hg.python.org/cpython/rev/e8616dd3be64
changeset:   86048:e8616dd3be64
parent:      86043:8f8bdd6166cd
parent:      86047:f19e9f110523
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 11:57:23 2013 +0200
summary:
  merge with 3.3

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
@@ -772,7 +772,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