Skip to content

Commit 581821b

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 47909c2 commit 581821b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,
1414
not 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

3232
When a description of an arithmetic operator below uses the phrase "the numeric
3333
arguments 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
3636
library documentation.
3737

0 commit comments

Comments
 (0)