[Python-checkins] cpython (3.5): docs.whatsnew: Update ref to tp_as_async

yury.selivanov python-checkins at python.org
Tue Jun 23 21:10:26 CEST 2015


https://hg.python.org/cpython/rev/86e3dc70998d
changeset:   96647:86e3dc70998d
branch:      3.5
parent:      96645:58ded1d9a3c1
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue Jun 23 15:09:58 2015 -0400
summary:
  docs.whatsnew: Update ref to tp_as_async

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1109,5 +1109,5 @@
 
 * 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list