docs.whatsnew: Update ref to tp_as_async

This commit is contained in:
Yury Selivanov 2015-06-23 15:09:58 -04:00
parent bce294b993
commit 27947d5d5c
1 changed files with 1 additions and 1 deletions

View File

@ -1109,5 +1109,5 @@ Changes in the C API
* As part of :pep:`492` implementation, ``tp_reserved`` slot of
:c:type:`PyTypeObject` was replaced with a
:c:member:`PyTypeObject.tp_as_async` slot. Refer to :ref:`coro-objects` for
:c:member:`tp_as_async` slot. Refer to :ref:`coro-objects` for
new types, structures and functions.