diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 63f1021afcb..0d07d9312af 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