[Python-checkins] bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142)

Stefan Behnel webhook-mailer at python.org
Sun Sep 15 02:50:10 EDT 2019


https://github.com/python/cpython/commit/8b31a11a698cb5aa9b439b349c8de4e388846f73
commit: 8b31a11a698cb5aa9b439b349c8de4e388846f73
branch: master
author: t k <tahia.khan at utoronto.ca>
committer: Stefan Behnel <stefan_ml at behnel.de>
date: 2019-09-15T07:50:05+01:00
summary:

bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142)

files:
M Doc/c-api/type.rst

diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst
index 8f8367ab77c8..6416951ac5a9 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
 



More information about the Python-checkins mailing list