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