]> granicus.if.org Git - python/commitdiff
fix warning
authorBenjamin Peterson <benjamin@python.org>
Sat, 23 Aug 2008 21:40:15 +0000 (21:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 Aug 2008 21:40:15 +0000 (21:40 +0000)
Doc/library/types.rst

index f11676638d949d8babcb61fbe829ea8e5644791e..87fa0d5e711e408b34308a4c946a3be6f084cce3 100644 (file)
@@ -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