Skip to content

Commit f3dd0ca

Browse files
Doc: fix incorrect reference in isasyncgenfunction docs (GH-144099)
Fix incorrect reference in isasyncgenfunction docs
1 parent f8262b8 commit f3dd0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/inspect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
524524

525525
.. versionchanged:: 3.13
526526
Functions wrapped in :func:`functools.partialmethod` now return ``True``
527-
if the wrapped function is a :term:`coroutine function`.
527+
if the wrapped function is a :term:`asynchronous generator` function.
528528

529529
.. function:: isasyncgen(object)
530530

0 commit comments

Comments
 (0)