]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove hyphens from phrase "picks up where it left off" (GH-7410)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 10 Jun 2018 03:59:04 +0000 (20:59 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Jun 2018 03:59:04 +0000 (20:59 -0700)
(cherry picked from commit d689f976199d2e211a97d526b57cfa9871cc578d)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/glossary.rst

index cacf3f6c24ac838f090049ca103ba6c55318df26..92d6cc772f3fceb28aa45ffc43abedf745586f53 100644 (file)
@@ -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