Commit d689f976 authored by Andrés Delfino's avatar Andrés Delfino Committed by Mariatta

Remove hyphens from phrase "picks up where it left off" (GH-7410)

parent 0e0534c4
...@@ -114,7 +114,7 @@ Glossary ...@@ -114,7 +114,7 @@ Glossary
location execution state (including local variables and pending location execution state (including local variables and pending
try-statements). When the *asynchronous generator iterator* effectively try-statements). When the *asynchronous generator iterator* effectively
resumes with another awaitable returned by :meth:`__anext__`, it resumes with another awaitable returned by :meth:`__anext__`, it
picks-up where it left-off. See :pep:`492` and :pep:`525`. picks up where it left off. See :pep:`492` and :pep:`525`.
asynchronous iterable asynchronous iterable
An object, that can be used in an :keyword:`async for` statement. An object, that can be used in an :keyword:`async for` statement.
...@@ -435,8 +435,8 @@ Glossary ...@@ -435,8 +435,8 @@ Glossary
Each :keyword:`yield` temporarily suspends processing, remembering the Each :keyword:`yield` temporarily suspends processing, remembering the
location execution state (including local variables and pending location execution state (including local variables and pending
try-statements). When the *generator iterator* resumes, it picks-up where try-statements). When the *generator iterator* resumes, it picks up where
it left-off (in contrast to functions which start fresh on every it left off (in contrast to functions which start fresh on every
invocation). invocation).
.. index:: single: generator expression .. index:: single: generator expression
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment