diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index c1d2bd848038e2..8a7cdb04f5f269 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -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)