diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/type.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst index 8f8367a..6416951 100644 --- a/Doc/c-api/type.rst +++ b/Doc/c-api/type.rst @@ -142,10 +142,6 @@ The following functions and structs are used to create Name of the type, used to set :c:member:`PyTypeObject.tp_name`. - .. c:member:: const char* PyType_Spec.doc - - Type docstring, used to set :c:member:`PyTypeObject.tp_doc`. - .. c:member:: int PyType_Spec.basicsize .. c:member:: int PyType_Spec.itemsize |