mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
Doc: fix incorrect reference in isasyncgenfunction docs (GH-144099)
Fix incorrect reference in isasyncgenfunction docs
This commit is contained in:
parent
f8262b84f5
commit
f3dd0cae6c
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user