From 60e602dcc684fa26f34a8b1530d890ae99c8092d Mon Sep 17 00:00:00 2001
From: Georg Brandl <georg@python.org>
Date: Sun, 6 Oct 2013 11:57:13 +0200
Subject: Fix small grammar mistake.

---
 Doc/glossary.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 63f1021..0d07d93 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -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 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
-- 
cgit v0.12