Skip to content

Commit b99ac1d

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 1bc0705 commit b99ac1d

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
@@ -455,7 +455,7 @@ function. The execution starts when one of the generator's methods is called.
455455
At that time, the execution proceeds to the first yield expression, where it is
456456
suspended again, returning the value of :token:`~python-grammar:expression_list`
457457
to the generator's caller,
458-
or ``None`` if :token:`~python-grammer:expression_list` is omitted.
458+
or ``None`` if :token:`~python-grammar:expression_list` is omitted.
459459
By suspended, we mean that all local state is
460460
retained, including the current bindings of local variables, the instruction
461461
pointer, the internal evaluation stack, and the state of any exception handling.

0 commit comments

Comments
 (0)