Skip to content

Commit 799fb62

Browse files
[3.15] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156236)
gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (cherry picked from commit 6f42535) Co-authored-by: Aniket <148300120+Aniketsy@users.noreply.github.com>
1 parent 4070837 commit 799fb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Glossary
509509
A piece of syntax which can be evaluated to some value. In other words,
510510
an expression is an accumulation of expression elements like literals,
511511
names, attribute access, operators or function calls which all return a
512-
value. In contrast to many other languages, not all language constructs
512+
value. Not all language constructs
513513
are expressions. There are also :term:`statement`\s which cannot be used
514514
as expressions, such as :keyword:`while`. Assignments are also statements,
515515
not expressions.

0 commit comments

Comments
 (0)