diff --git a/Doc/c-api/threads.rst b/Doc/c-api/threads.rst index f48af654e7422b..32e5a1d77b90aa 100644 --- a/Doc/c-api/threads.rst +++ b/Doc/c-api/threads.rst @@ -708,7 +708,8 @@ Low-level APIs See also :c:func:`PyEval_GetFrame`. - *tstate* must not be ``NULL``, and must be :term:`attached `. + *tstate* must not be ``NULL``, and must be the :term:`thread state` + :term:`attached ` to the current OS thread. .. versionadded:: 3.9