summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-06-23 15:10:21 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-06-23 15:10:21 -0400
commitd396d53bc78179f30d2b9ec9b57decda5ea70b64 (patch)
treea030b82db991419d1d110582812279ae20eedd88
parentebbd83e70ddfac4798fe7712f0a3bce22ac317a9 (diff)
parent27947d5d5c1d2df6ce87321abb777aacacb7f03a (diff)
downloadcpython-git-d396d53bc78179f30d2b9ec9b57decda5ea70b64.tar.gz
Merge 3.5
-rw-r--r--Doc/whatsnew/3.5.rst2
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.