There was an error while loading. Please reload this page.
1 parent 90235cb commit 27721ddCopy full SHA for 27721dd
1 file changed
Doc/glossary.rst
@@ -509,7 +509,7 @@ Glossary
509
A piece of syntax which can be evaluated to some value. In other words,
510
an expression is an accumulation of expression elements like literals,
511
names, attribute access, operators or function calls which all return a
512
- value. In contrast to many other languages, not all language constructs
+ value. Not all language constructs
513
are expressions. There are also :term:`statement`\s which cannot be used
514
as expressions, such as :keyword:`while`. Assignments are also statements,
515
not expressions.
0 commit comments