There was an error while loading. Please reload this page.
1 parent c2dd934 commit c00fe72Copy full SHA for c00fe72
1 file changed
Doc/glossary.rst
@@ -470,7 +470,7 @@ Glossary
470
A piece of syntax which can be evaluated to some value. In other words,
471
an expression is an accumulation of expression elements like literals,
472
names, attribute access, operators or function calls which all return a
473
- value. In contrast to many other languages, not all language constructs
+ value. Not all language constructs
474
are expressions. There are also :term:`statement`\s which cannot be used
475
as expressions, such as :keyword:`while`. Assignments are also statements,
476
not expressions.
0 commit comments