summaryrefslogtreecommitdiffstats
path: root/Doc/library/types.rst
diff options
context:
space:
mode:
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 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