Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0854f9

Browse files
committed
Add missing closing paren
1 parent dec2067 commit e0854f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Glossary
242242
processing, remembering the location execution state (including local
243243
variables and pending try-statements). When the generator resumes, it
244244
picks-up where it left-off (in contrast to functions which start fresh on
245-
every invocation.
245+
every invocation).
246246

247247
.. index:: single: generator expression
248248

0 commit comments

Comments
 (0)