Skip to content

Commit 62489c8

Browse files
[3.13] Doc: fix incorrect reference in isasyncgenfunction docs (GH-144099) (GH-144171)
(cherry picked from commit f3dd0ca) Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
1 parent e4e36a7 commit 62489c8

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
@@ -483,7 +483,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
483483

484484
.. versionchanged:: 3.13
485485
Functions wrapped in :func:`functools.partialmethod` now return ``True``
486-
if the wrapped function is a :term:`coroutine function`.
486+
if the wrapped function is a :term:`asynchronous generator` function.
487487

488488
.. function:: isasyncgen(object)
489489

0 commit comments

Comments
 (0)