Commit 8b31a11a authored by t k's avatar t k Committed by Stefan Behnel

bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142)

parent ff603f6c
......@@ -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
......
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