Commit bce294b9 authored by Yury Selivanov's avatar Yury Selivanov

docs.capi: Fix tp_as_async doc

parent a72f0cda
......@@ -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`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment