We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grammer
grammar
1 parent 254ab42 commit 7feb6d2Copy full SHA for 7feb6d2
Doc/reference/expressions.rst
@@ -455,7 +455,7 @@ function. The execution starts when one of the generator's methods is called.
455
At that time, the execution proceeds to the first yield expression, where it is
456
suspended again, returning the value of :token:`~python-grammar:expression_list`
457
to the generator's caller,
458
-or ``None`` if :token:`~python-grammer:expression_list` is omitted.
+or ``None`` if :token:`~python-grammar:expression_list` is omitted.
459
By suspended, we mean that all local state is
460
retained, including the current bindings of local variables, the instruction
461
pointer, the internal evaluation stack, and the state of any exception handling.
0 commit comments