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