]> granicus.if.org Git - python/commitdiff
Issue #26747: Document that InstanceTypes only works for old-style classes
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 14 Apr 2016 12:51:22 +0000 (15:51 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 14 Apr 2016 12:51:22 +0000 (15:51 +0300)
Patch by Nan Wu.

Doc/library/types.rst

index 77cf014dc1de3d09dc3ecc8d05652b05b3641cf4..5d7c987659b349154bfb882a7905e83594825683 100644 (file)
@@ -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