Skip to content

Commit c5a8f8d

Browse files
authored
Update Doc/glossary.rst
1 parent 226dc90 commit c5a8f8d

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
@@ -667,7 +667,7 @@ Glossary
667667
Generator iterators also implement the :meth:`~generator.send` method
668668
to send a value into the suspended generator, and the
669669
:meth:`~generator.throw` method to raise an exception at the point
670-
where the generator was paused. See :pep:`342`.
670+
where the generator was paused. See :ref:`generator-methods`.
671671

672672
.. index:: single: generator expression
673673

0 commit comments

Comments
 (0)