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 c8c9956 commit 143a22dCopy full SHA for 143a22d
Doc/reference/datamodel.rst
@@ -1677,8 +1677,8 @@ Special read-only attributes
1677
:ref:`code object <code-objects>`)
1678
1679
* - .. attribute:: frame.f_generator
1680
- - Returns the generator or coroutine object that owns this frame,
1681
- or ``None`` if the frame is of a regular function.
+ - The :term:`generator` or :term:`coroutine` object that owns this frame,
+ or ``None`` if the frame is a normal function.
1682
1683
.. index::
1684
single: f_trace (frame attribute)
0 commit comments