File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Glossary
114114 location execution state (including local variables and pending
115115 try-statements). When the *asynchronous generator iterator * effectively
116116 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 `.
118118
119119 asynchronous iterable
120120 An object, that can be used in an :keyword: `async for ` statement.
@@ -435,8 +435,8 @@ Glossary
435435
436436 Each :keyword: `yield ` temporarily suspends processing, remembering the
437437 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
440440 invocation).
441441
442442 .. index :: single: generator expression
You can’t perform that action at this time.
0 commit comments