Issue #11135: Remove redundant doc field from PyType_Spec.
Reviewed by Georg Brandl.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a7e3a9..8e4ae14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #11135: Remove redundant doc field from PyType_Spec.
+
 - Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
   in the limited ABI.