summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/types.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index 4894067..a3d30fa 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -85,11 +85,6 @@ The module defines the following names:
traceback object.
-.. data:: DictProxyType
-
- The type of dict proxies, such as ``type.__dict__``.
-
-
.. data:: GetSetDescriptorType
The type of objects defined in extension modules with ``PyGetSetDef``, such as