Skip to content

Commit 48712e2

Browse files
Remove hyphens from phrase "picks up where it left off" (GH-7410)
(cherry picked from commit d689f97) Co-authored-by: Andrés Delfino <[email protected]>
1 parent f01b951 commit 48712e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Glossary
296296
the :func:`next` function. Each :keyword:`yield` temporarily suspends
297297
processing, remembering the location execution state (including local
298298
variables and pending try-statements). When the generator resumes, it
299-
picks-up where it left-off (in contrast to functions which start fresh on
299+
picks up where it left off (in contrast to functions which start fresh on
300300
every invocation).
301301

302302
.. index:: single: generator expression

0 commit comments

Comments
 (0)