File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Glossary
114
114
location execution state (including local variables and pending
115
115
try-statements). When the *asynchronous generator iterator * effectively
116
116
resumes with another awaitable returned by :meth: `__anext__ `, it
117
- picks- up where it left- off. See :pep: `492 ` and :pep: `525 `.
117
+ picks up where it left off. See :pep: `492 ` and :pep: `525 `.
118
118
119
119
asynchronous iterable
120
120
An object, that can be used in an :keyword: `async for ` statement.
@@ -435,8 +435,8 @@ Glossary
435
435
436
436
Each :keyword: `yield ` temporarily suspends processing, remembering the
437
437
location execution state (including local variables and pending
438
- try-statements). When the *generator iterator * resumes, it picks- up where
439
- it left- off (in contrast to functions which start fresh on every
438
+ try-statements). When the *generator iterator * resumes, it picks up where
439
+ it left off (in contrast to functions which start fresh on every
440
440
invocation).
441
441
442
442
.. index :: single: generator expression
You can’t perform that action at this time.
0 commit comments