From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:35:35 +0000 (+0100) Subject: [3.14] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099) (GH... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a0ce40c3caaf2e2fada1df2aabadbdb297d945;p=thirdparty%2FPython%2Fcpython.git [3.14] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099) (GH-144170) (cherry picked from commit f3dd0cae6cea38b15b42b20d39c7142a4a0f716e) Co-authored-by: Yongtao Huang --- diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 27043c90ea2f..7bfacc789887 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -524,7 +524,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes): .. versionchanged:: 3.13 Functions wrapped in :func:`functools.partialmethod` now return ``True`` - if the wrapped function is a :term:`coroutine function`. + if the wrapped function is a :term:`asynchronous generator` function. .. function:: isasyncgen(object)