[3.13] Doc: fix incorrect reference in isasyncgenfunction docs (GH-144099) (GH-144171)

(cherry picked from commit f3dd0cae6c)

Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
Miss Islington (bot) 2026-01-23 11:35:27 +01:00 committed by GitHub
parent e4e36a716a
commit 62489c8533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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)