summaryrefslogtreecommitdiffstats
path: root/Doc/library/types.rst
diff options
context:
space:
mode:
authorJim Fasarakis-Hilliard <d.f.hilliard@gmail.com>2017-04-25 18:26:36 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2017-04-25 18:26:36 (GMT)
commit08c16016e2a2d1368d001ddebfe9ca92465773c4 (patch)
tree587af7612410fa638a420e845e16be2521a9552f /Doc/library/types.rst
parent97bf722fcd1de1236824377e052369dc7686b644 (diff)
downloadcpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.zip
cpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.tar.gz
cpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.tar.bz2
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Diffstat (limited to 'Doc/library/types.rst')
-rw-r--r--Doc/library/types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index 2602e3c..89aca9c 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -132,7 +132,7 @@ Standard names are defined for the following types:
C".)
-.. data:: SlotWrapperType
+.. data:: WrapperDescriptorType
The type of methods of some built-in data types and base classes such as
:meth:`object.__init__` or :meth:`object.__lt__`.