Doc: fix incorrect reference in isasyncgenfunction docs (GH-144099)

Fix incorrect reference in isasyncgenfunction docs
This commit is contained in:
Yongtao Huang 2026-01-23 16:06:47 +08:00 committed by GitHub
parent f8262b84f5
commit f3dd0cae6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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