diff --git a/Doc/library/types.rst b/Doc/library/types.rst index f11676638d9..87fa0d5e711 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -139,7 +139,7 @@ The module defines the following names: .. data:: ClassType - The type of user-defined :term:`old-style class`\es. + The type of user-defined old-style classes. .. data:: InstanceType