Skip to content

Commit b65be6c

Browse files
miss-islingtonta1hia
authored andcommitted
bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154)
(cherry picked from commit 8b31a11) Co-authored-by: t k <[email protected]>
1 parent 4a71df8 commit b65be6c

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)