From 1c95c9f165e3c27df6c9248280fae0c89a22172b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Sat, 9 Jun 2018 22:43:45 -0300 Subject: [PATCH] [2.7] Remove hyphens from phrase "picks up where it left off" (GH-7410). (cherry picked from commit d689f976199d2e211a97d526b57cfa9871cc578d) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andrés Delfino --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index cacf3f6c24ac838..92d6cc772f3fceb 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