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