diff options
author | Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com> | 2017-04-25 18:26:36 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2017-04-25 18:26:36 (GMT) |
commit | 08c16016e2a2d1368d001ddebfe9ca92465773c4 (patch) | |
tree | 587af7612410fa638a420e845e16be2521a9552f /Doc | |
parent | 97bf722fcd1de1236824377e052369dc7686b644 (diff) | |
download | cpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.zip cpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.tar.gz cpython-08c16016e2a2d1368d001ddebfe9ca92465773c4.tar.bz2 |
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/types.rst | 2 |
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__`. |