From: Mariatta Date: Sun, 10 Jun 2018 03:59:04 +0000 (-0700) Subject: Remove hyphens from phrase "picks up where it left off" (GH-7410) X-Git-Tag: v2.7.16rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48712e2698c6a93fe7b71cfcb0f43e5f063d46af;p=thirdparty%2FPython%2Fcpython.git Remove hyphens from phrase "picks up where it left off" (GH-7410) (cherry picked from commit d689f976199d2e211a97d526b57cfa9871cc578d) Co-authored-by: Andrés Delfino --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index cacf3f6c24ac..92d6cc772f3f 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -296,7 +296,7 @@ Glossary the :func:`next` function. Each :keyword:`yield` temporarily suspends processing, remembering the location execution state (including local variables and pending try-statements). When the generator resumes, it - picks-up where it left-off (in contrast to functions which start fresh on + picks up where it left off (in contrast to functions which start fresh on every invocation). .. index:: single: generator expression