Skip to content

Commit 143a22d

Browse files
dbXD320AA-Turner
andauthored
Update Doc/reference/datamodel.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent c8c9956 commit 143a22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,8 +1677,8 @@ Special read-only attributes
16771677
:ref:`code object <code-objects>`)
16781678

16791679
* - .. 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.
1680+
- The :term:`generator` or :term:`coroutine` object that owns this frame,
1681+
or ``None`` if the frame is a normal function.
16821682

16831683
.. index::
16841684
single: f_trace (frame attribute)

0 commit comments

Comments
 (0)