Skip to content

Commit ed3a849

Browse files
authored
Reduce diff by changing one line
1 parent 88d7142 commit ed3a849

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/glossary.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,10 @@ 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. Not all language constructs are expressions. There are also
513-
:term:`statement`\s which cannot be used as expressions, such as
514-
:keyword:`while`. Assignments are also statements, not expressions.
512+
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.
515516

516517
extension module
517518
A module written in C or C++, using Python's C API to interact with the

0 commit comments

Comments
 (0)