From: Yury Selivanov Date: Tue, 23 Jun 2015 19:09:58 +0000 (-0400) Subject: docs.whatsnew: Update ref to tp_as_async X-Git-Tag: v3.5.0b3~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27947d5d5c1d2df6ce87321abb777aacacb7f03a;p=thirdparty%2FPython%2Fcpython.git docs.whatsnew: Update ref to tp_as_async --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b0d5efe45fa8..7268e970e7d9 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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.