diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-23 19:09:58 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-23 19:09:58 (GMT) |
commit | 27947d5d5c1d2df6ce87321abb777aacacb7f03a (patch) | |
tree | 0e56906ecd0a8c54aee332d070751d9f3669fb00 /Doc | |
parent | bce294b993c2c9f223f4639df8056fa221d0c836 (diff) | |
download | cpython-27947d5d5c1d2df6ce87321abb777aacacb7f03a.zip cpython-27947d5d5c1d2df6ce87321abb777aacacb7f03a.tar.gz cpython-27947d5d5c1d2df6ce87321abb777aacacb7f03a.tar.bz2 |
docs.whatsnew: Update ref to tp_as_async
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b0d5efe..7268e97 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. |