Thanks to visit codestin.com Credit goes to github.com
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 8a12329 commit caa12daCopy full SHA for caa12da
1 file changed
Doc/glossary.rst
@@ -292,7 +292,7 @@ Glossary
292
generator
293
A function which returns an iterator. It looks like a normal function
294
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
+ of values usable in a for-loop or that can be retrieved one at a time with
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
0 commit comments