Fix small grammar mistake.

This commit is contained in:
Georg Brandl 2013-10-06 11:57:13 +02:00
parent a710fdae1c
commit 60e602dcc6
1 changed files with 1 additions and 1 deletions

View 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 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