mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix grammer
-> grammar
typo in expressions.rst (GH-100683)
Automerge-Triggered-By: GH:AlexWaygood
This commit is contained in:
parent
254ab42240
commit
7feb6d2f85
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ function. The execution starts when one of the generator's methods is called.
|
||||||
At that time, the execution proceeds to the first yield expression, where it is
|
At that time, the execution proceeds to the first yield expression, where it is
|
||||||
suspended again, returning the value of :token:`~python-grammar:expression_list`
|
suspended again, returning the value of :token:`~python-grammar:expression_list`
|
||||||
to the generator's caller,
|
to the generator's caller,
|
||||||
or ``None`` if :token:`~python-grammer:expression_list` is omitted.
|
or ``None`` if :token:`~python-grammar:expression_list` is omitted.
|
||||||
By suspended, we mean that all local state is
|
By suspended, we mean that all local state is
|
||||||
retained, including the current bindings of local variables, the instruction
|
retained, including the current bindings of local variables, the instruction
|
||||||
pointer, the internal evaluation stack, and the state of any exception handling.
|
pointer, the internal evaluation stack, and the state of any exception handling.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue