From b65be6cd3d9b6102227d27f4f35385f999a7dd7d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 15 Sep 2019 00:00:44 -0700 Subject: [PATCH] bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154) (cherry picked from commit 8b31a11a698cb5aa9b439b349c8de4e388846f73) Co-authored-by: t k --- Doc/c-api/type.rst | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.50.1