Skip to content

Commit 226dc90

Browse files
Aniketsynedbat
andauthored
Update Doc/glossary.rst
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
1 parent 80fde9d commit 226dc90

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
@@ -653,7 +653,7 @@ Glossary
653653
normal function except that it contains :keyword:`yield` expressions
654654
for producing a series of values usable in a :keyword:`for`\-loop or
655655
that can be retrieved one at a time with the :func:`next` function.
656-
See :pep:`255`.
656+
See :ref:`yieldexpr`.
657657

658658
generator iterator
659659
An object created by a :term:`generator function` or a

0 commit comments

Comments
 (0)