Skip to content

Commit d689f97

Browse files
andresdelfinoMariatta
authored andcommitted
Remove hyphens from phrase "picks up where it left off" (GH-7410)
1 parent 0e0534c commit d689f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)