]> granicus.if.org Git - python/commitdiff
docs.whatsnew: Update ref to tp_as_async
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 23 Jun 2015 19:09:58 +0000 (15:09 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 23 Jun 2015 19:09:58 +0000 (15:09 -0400)
Doc/whatsnew/3.5.rst

index b0d5efe45fa8559029b119d722cf50f1592351fb..7268e970e7d960b36d21c5787222c8827b1c42ae 100644 (file)
@@ -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.