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

Stefan Behnel webhook-mailer at python.org
Sun Sep 15 03:00:48 EDT 2019


https://github.com/python/cpython/commit/b65be6cd3d9b6102227d27f4f35385f999a7dd7d
commit: b65be6cd3d9b6102227d27f4f35385f999a7dd7d
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Stefan Behnel <stefan_ml at behnel.de>
date: 2019-09-15T08:00:44+01:00
summary:

bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142) (GH-16154)

(cherry picked from commit 8b31a11a698cb5aa9b439b349c8de4e388846f73)

Co-authored-by: t k <tahia.khan at utoronto.ca>

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