Skip to content

Commit 8b31a11

Browse files
ta1hiascoder
authored andcommitted
bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142)
1 parent ff603f6 commit 8b31a11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/c-api/type.rst

-4
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ The following functions and structs are used to create
142142
143143
Name of the type, used to set :c:member:`PyTypeObject.tp_name`.
144144
145-
.. c:member:: const char* PyType_Spec.doc
146-
147-
Type docstring, used to set :c:member:`PyTypeObject.tp_doc`.
148-
149145
.. c:member:: int PyType_Spec.basicsize
150146
.. c:member:: int PyType_Spec.itemsize
151147

0 commit comments

Comments
 (0)