]> granicus.if.org Git - python/commitdiff
bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 15 Sep 2019 07:00:44 +0000 (00:00 -0700)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 15 Sep 2019 07:00:44 +0000 (08:00 +0100)
(cherry picked from commit 8b31a11a698cb5aa9b439b349c8de4e388846f73)

Co-authored-by: t k <tahia.khan@utoronto.ca>
Doc/c-api/type.rst

index 8f8367ab77c8c4f9a5c7a41da33c9ab1406ccf80..6416951ac5a94c3bcebe49fbba239fe597204c87 100644 (file)
@@ -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