mirror of
https://github.com/python/cpython.git
synced 2026-02-07 02:10:37 +00:00
[3.13] Doc: fix incorrect reference in isasyncgenfunction docs (GH-144099) (GH-144171)
(cherry picked from commit f3dd0cae6c)
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
parent
e4e36a716a
commit
62489c8533
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue