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 @@ -118,7 +118,7 @@ Glossary
118118 :keyword: `yield ` expression.
119119
120120 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
122122 try-statements). When the *asynchronous generator iterator * effectively
123123 resumes with another awaitable returned by :meth: `~object.__anext__ `, it
124124 picks up where it left off. See :pep: `492 ` and :pep: `525 `.
@@ -505,7 +505,7 @@ Glossary
505505 An object created by a :term: `generator ` function.
506506
507507 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
509509 try-statements). When the *generator iterator * resumes, it picks up where
510510 it left off (in contrast to functions which start fresh on every
511511 invocation).
You can’t perform that action at this time.
0 commit comments