]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Jan 2026 10:35:35 +0000 (11:35 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 10:35:35 +0000 (11:35 +0100)
(cherry picked from commit f3dd0cae6cea38b15b42b20d39c7142a4a0f716e)

Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Doc/library/inspect.rst

index 27043c90ea2f905e60d070b3309555d591916623..7bfacc789887516850a046af52b636e69891c64a 100644 (file)
@@ -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)