diff --git a/Doc/glossary.rst b/Doc/glossary.rst index bb00a4f02f0efd5..36a4d5c47dede0e 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -509,10 +509,9 @@ Glossary A piece of syntax which can be evaluated to some value. In other words, an expression is an accumulation of expression elements like literals, names, attribute access, operators or function calls which all return a - value. In contrast to many other languages, not all language constructs - are expressions. There are also :term:`statement`\s which cannot be used - as expressions, such as :keyword:`while`. Assignments are also statements, - not expressions. + value. Not all language constructs are expressions. There are also + :term:`statement`\s which cannot be used as expressions, such as + :keyword:`while`. Assignments are also statements, not expressions. extension module A module written in C or C++, using Python's C API to interact with the