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 e44f194 commit f6afa42Copy full SHA for f6afa42
1 file changed
Doc/glossary.rst
@@ -502,7 +502,7 @@ Glossary
502
.. index:: single: generator expression
503
504
generator expression
505
- An expression that returns an iterator. It looks like a normal expression
+ An :term:`expression` that returns an :term:`iterator`. It looks like a normal expression
506
followed by a :keyword:`!for` clause defining a loop variable, range,
507
and an optional :keyword:`!if` clause. The combined expression
508
generates values for an enclosing function::
0 commit comments