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 226dc90 commit c5a8f8dCopy full SHA for c5a8f8d
1 file changed
Doc/glossary.rst
@@ -667,7 +667,7 @@ Glossary
667
Generator iterators also implement the :meth:`~generator.send` method
668
to send a value into the suspended generator, and the
669
:meth:`~generator.throw` method to raise an exception at the point
670
- where the generator was paused. See :pep:`342`.
+ where the generator was paused. See :ref:`generator-methods`.
671
672
.. index:: single: generator expression
673
0 commit comments