fix warning
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index f116766..87fa0d5 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -139,7 +139,7 @@
 
 .. data:: ClassType
 
-   The type of user-defined :term:`old-style class`\es.
+   The type of user-defined old-style classes.
 
 
 .. data:: InstanceType