bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)

(cherry picked from commit 0b11c429c7)

Co-authored-by: Martmists <mail@martmists.com>
This commit is contained in:
Miss Islington (bot) 2021-05-29 13:38:00 -07:00 committed by GitHub
parent d8ce746e7c
commit d338ce0796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2453,6 +2453,8 @@ Async Object Structures
See :c:func:`PyIter_Send` for details.
This slot may be set to ``NULL``.
.. versionadded:: 3.10
.. _slot-typedefs: