Skip to content

Commit f6afa42

Browse files
authored
Add links under "generator expression" in glossary (python#112537)
1 parent e44f194 commit f6afa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Glossary
502502
.. index:: single: generator expression
503503

504504
generator expression
505-
An expression that returns an iterator. It looks like a normal expression
505+
An :term:`expression` that returns an :term:`iterator`. It looks like a normal expression
506506
followed by a :keyword:`!for` clause defining a loop variable, range,
507507
and an optional :keyword:`!if` clause. The combined expression
508508
generates values for an enclosing function::

0 commit comments

Comments
 (0)