File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Glossary
115
115
:keyword: `yield ` expression.
116
116
117
117
Each :keyword: `yield ` temporarily suspends processing, remembering the
118
- location execution state (including local variables and pending
118
+ execution state (including local variables and pending
119
119
try-statements). When the *asynchronous generator iterator * effectively
120
120
resumes with another awaitable returned by :meth: `~object.__anext__ `, it
121
121
picks up where it left off. See :pep: `492 ` and :pep: `525 `.
@@ -564,7 +564,7 @@ Glossary
564
564
An object created by a :term: `generator ` function.
565
565
566
566
Each :keyword: `yield ` temporarily suspends processing, remembering the
567
- location execution state (including local variables and pending
567
+ execution state (including local variables and pending
568
568
try-statements). When the *generator iterator * resumes, it picks up where
569
569
it left off (in contrast to functions which start fresh on every
570
570
invocation).
You can’t perform that action at this time.
0 commit comments