diff --git a/Doc/glossary.rst b/Doc/glossary.rst index bb00a4f02f0efd..4017f1e37f748e 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -509,7 +509,7 @@ 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 + 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.