We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01b951 commit 48712e2Copy full SHA for 48712e2
Doc/glossary.rst
@@ -296,7 +296,7 @@ Glossary
296
the :func:`next` function. Each :keyword:`yield` temporarily suspends
297
processing, remembering the location execution state (including local
298
variables and pending try-statements). When the generator resumes, it
299
- 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
300
every invocation).
301
302
.. index:: single: generator expression
0 commit comments