diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-14 12:51:22 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-14 12:51:22 (GMT) |
commit | a364c12042bae5fc4c9f3d7f99f3dcd979d4b685 (patch) | |
tree | fa9e73b25f0c67c8ff397ffdef6068f9e0b383be /Doc/library | |
parent | 9ec6464008c3a04e6486541c4f031bdf0af28cf3 (diff) | |
download | cpython-a364c12042bae5fc4c9f3d7f99f3dcd979d4b685.zip cpython-a364c12042bae5fc4c9f3d7f99f3dcd979d4b685.tar.gz cpython-a364c12042bae5fc4c9f3d7f99f3dcd979d4b685.tar.bz2 |
Issue #26747: Document that InstanceTypes only works for old-style classes
Patch by Nan Wu.
Diffstat (limited to 'Doc/library')
-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 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 |