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

Mariatta webhook-mailer at python.org
Sat Jun 9 23:59:07 EDT 2018


https://github.com/python/cpython/commit/48712e2698c6a93fe7b71cfcb0f43e5f063d46af
commit: 48712e2698c6a93fe7b71cfcb0f43e5f063d46af
branch: 2.7
author: Mariatta <Mariatta at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-06-09T20:59:04-07:00
summary:

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

(cherry picked from commit d689f976199d2e211a97d526b57cfa9871cc578d)

Co-authored-by: Andrés Delfino <adelfino at gmail.com>

files:
M Doc/glossary.rst

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



More information about the Python-checkins mailing list