File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This chapter explains the meaning of the elements of expressions in Python.
1313:ref: `grammar notation <notation >` will be used to describe syntax,
1414not lexical analysis.
1515
16- When (one alternative of) a syntax rule has the form
16+ When (one alternative of) a syntax rule has the form:
1717
1818.. productionlist :: python-grammar
1919 name: othername
@@ -31,7 +31,7 @@ Arithmetic conversions
3131
3232When a description of an arithmetic operator below uses the phrase "the numeric
3333arguments are converted to a common real type", this means that the operator
34- implementation for built-in numeric types works as described in
34+ implementation for built-in numeric types works as described in the
3535:ref: `Numeric Types <stdtypes-mixed-arithmetic >` section of the standard
3636library documentation.
3737
You can’t perform that action at this time.
0 commit comments