diff options
Diffstat (limited to 'Doc/c-api/structures.rst')
-rw-r--r-- | Doc/c-api/structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst index f206fd7..f8635e5 100644 --- a/Doc/c-api/structures.rst +++ b/Doc/c-api/structures.rst @@ -265,7 +265,7 @@ definition with the same method name. read-only access. Using :cmacro:`T_STRING` for :attr:`type` implies :cmacro:`READONLY`. Only :cmacro:`T_OBJECT` and :cmacro:`T_OBJECT_EX` can be deleted. (They are set to *NULL*). - + .. cfunction:: PyObject* Py_FindMethod(PyMethodDef table[], PyObject *ob, char *name) |