Skip to content

Commit a639493

Browse files
fix grammer -> grammar typo in expressions.rst (GH-100683)
(cherry picked from commit 7feb6d2) Co-authored-by: Kumar Aditya <[email protected]> Automerge-Triggered-By: GH:AlexWaygood
1 parent c92c551 commit a639493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ function. The execution starts when one of the generator's methods is called.
450450
At that time, the execution proceeds to the first yield expression, where it is
451451
suspended again, returning the value of :token:`~python-grammar:expression_list`
452452
to the generator's caller,
453-
or ``None`` if :token:`~python-grammer:expression_list` is omitted.
453+
or ``None`` if :token:`~python-grammar:expression_list` is omitted.
454454
By suspended, we mean that all local state is
455455
retained, including the current bindings of local variables, the instruction
456456
pointer, the internal evaluation stack, and the state of any exception handling.

0 commit comments

Comments
 (0)