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 @@ -110,7 +110,7 @@ Glossary
110
110
:keyword: `yield ` expression.
111
111
112
112
Each :keyword: `yield ` temporarily suspends processing, remembering the
113
- location execution state (including local variables and pending
113
+ execution state (including local variables and pending
114
114
try-statements). When the *asynchronous generator iterator * effectively
115
115
resumes with another awaitable returned by :meth: `~object.__anext__ `, it
116
116
picks up where it left off. See :pep: `492 ` and :pep: `525 `.
@@ -554,7 +554,7 @@ Glossary
554
554
An object created by a :term: `generator ` function.
555
555
556
556
Each :keyword: `yield ` temporarily suspends processing, remembering the
557
- location execution state (including local variables and pending
557
+ execution state (including local variables and pending
558
558
try-statements). When the *generator iterator * resumes, it picks up where
559
559
it left off (in contrast to functions which start fresh on every
560
560
invocation).
You can’t perform that action at this time.
0 commit comments