]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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:27 +0000 (11:35 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 10:35:27 +0000 (11:35 +0100)
(cherry picked from commit f3dd0cae6cea38b15b42b20d39c7142a4a0f716e)

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

index c1d2bd848038e27eb6719105c2caafa9cbe3ddef..8a7cdb04f5f269bcce9f3effbf1a00146d965a25 100644 (file)
@@ -483,7 +483,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)