mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142)
This commit is contained in:
parent
ff603f6c3d
commit
8b31a11a69
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue