From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 15 Sep 2019 07:00:44 +0000 (-0700) Subject: bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142... X-Git-Tag: v3.8.0rc1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b65be6cd3d9b6102227d27f4f35385f999a7dd7d;p=python bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154) (cherry picked from commit 8b31a11a698cb5aa9b439b349c8de4e388846f73) Co-authored-by: t k --- diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst index 8f8367ab77..6416951ac5 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