From: Yury Selivanov Date: Tue, 23 Jun 2015 15:46:09 +0000 (-0400) Subject: docs.capi: Fix tp_as_async doc X-Git-Tag: v3.5.0b3~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bce294b993c2c9f223f4639df8056fa221d0c836;p=python docs.capi: Fix tp_as_async doc --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 37dc635872..ed83e82d72 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -220,7 +220,7 @@ type objects) *must* have the :attr:`ob_size` field. the subtype's :c:member:`~PyTypeObject.tp_setattr` and :c:member:`~PyTypeObject.tp_setattro` are both *NULL*. -.. c:member:: void* PyTypeObject.tp_as_async +.. c:member:: PyAsyncMethods* tp_as_async Pointer to an additional structure that contains fields relevant only to objects which implement :term:`awaitable` and :term:`asynchronous iterator`