summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/type.rst
diff options
context:
space:
mode:
authort k <tahia.khan@utoronto.ca>2019-09-15 06:50:05 (GMT)
committerStefan Behnel <stefan_ml@behnel.de>2019-09-15 06:50:05 (GMT)
commit8b31a11a698cb5aa9b439b349c8de4e388846f73 (patch)
tree553335173ca1c027562e164fbe75f0cece3dd12f /Doc/c-api/type.rst
parentff603f6c3d3dc0e9ea8c1c51ce907c4821f42c54 (diff)
downloadcpython-8b31a11a698cb5aa9b439b349c8de4e388846f73.zip
cpython-8b31a11a698cb5aa9b439b349c8de4e388846f73.tar.gz
cpython-8b31a11a698cb5aa9b439b349c8de4e388846f73.tar.bz2
bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (GH-16142)
Diffstat (limited to 'Doc/c-api/type.rst')
-rw-r--r--Doc/c-api/type.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/c-api/type.rst b/Doc/c-api/type.rst
index 8f8367a..6416951 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