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

Skip to content

Commit caa12da

Browse files
committed
Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.
1 parent 8a12329 commit caa12da

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
@@ -292,7 +292,7 @@ Glossary
292292
generator
293293
A function which returns an iterator. It looks like a normal function
294294
except that it contains :keyword:`yield` statements for producing a series
295-
a values usable in a for-loop or that can be retrieved one at a time with
295+
of values usable in a for-loop or that can be retrieved one at a time with
296296
the :func:`next` function. Each :keyword:`yield` temporarily suspends
297297
processing, remembering the location execution state (including local
298298
variables and pending try-statements). When the generator resumes, it

0 commit comments

Comments
 (0)