We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grammer
grammar
1 parent c92c551 commit a639493Copy full SHA for a639493
Doc/reference/expressions.rst
@@ -450,7 +450,7 @@ function. The execution starts when one of the generator's methods is called.
450
At that time, the execution proceeds to the first yield expression, where it is
451
suspended again, returning the value of :token:`~python-grammar:expression_list`
452
to the generator's caller,
453
-or ``None`` if :token:`~python-grammer:expression_list` is omitted.
+or ``None`` if :token:`~python-grammar:expression_list` is omitted.
454
By suspended, we mean that all local state is
455
retained, including the current bindings of local variables, the instruction
456
pointer, the internal evaluation stack, and the state of any exception handling.
0 commit comments