Skip to content

Commit c00fe72

Browse files
[3.13] gh-156111: Clarify wording in glossary entry "expression" (GH-156198) (#156238)
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 c2dd934 commit c00fe72

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
@@ -470,7 +470,7 @@ Glossary
470470
A piece of syntax which can be evaluated to some value. In other words,
471471
an expression is an accumulation of expression elements like literals,
472472
names, attribute access, operators or function calls which all return a
473-
value. In contrast to many other languages, not all language constructs
473+
value. Not all language constructs
474474
are expressions. There are also :term:`statement`\s which cannot be used
475475
as expressions, such as :keyword:`while`. Assignments are also statements,
476476
not expressions.

0 commit comments

Comments
 (0)