diff options
Diffstat (limited to 'Doc/c-api/coro.rst')
-rw-r--r-- | Doc/c-api/coro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/coro.rst b/Doc/c-api/coro.rst index 915c57e..2260944 100644 --- a/Doc/c-api/coro.rst +++ b/Doc/c-api/coro.rst @@ -23,7 +23,7 @@ return. .. c:function:: int PyCoro_CheckExact(PyObject *ob) - Return true if *ob*'s type is *PyCoro_Type*; *ob* must not be ``NULL``. + Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be ``NULL``. .. c:function:: PyObject* PyCoro_New(PyFrameObject *frame, PyObject *name, PyObject *qualname) |