diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-23 15:10:21 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-23 15:10:21 -0400 |
commit | d396d53bc78179f30d2b9ec9b57decda5ea70b64 (patch) | |
tree | a030b82db991419d1d110582812279ae20eedd88 | |
parent | ebbd83e70ddfac4798fe7712f0a3bce22ac317a9 (diff) | |
parent | 27947d5d5c1d2df6ce87321abb777aacacb7f03a (diff) | |
download | cpython-git-d396d53bc78179f30d2b9ec9b57decda5ea70b64.tar.gz |
Merge 3.5
-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 b0d5efe45f..7268e970e7 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. |