From a364c12042bae5fc4c9f3d7f99f3dcd979d4b685 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Thu, 14 Apr 2016 15:51:22 +0300 Subject: Issue #26747: Document that InstanceTypes only works for old-style classes Patch by Nan Wu. --- Doc/library/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 77cf014..5d7c987 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -147,7 +147,7 @@ The module defines the following names: .. data:: InstanceType - The type of instances of user-defined classes. + The type of instances of user-defined old-style classes. .. data:: MethodType -- cgit v0.12