commit | 21d2ab7fe8a96244ea6cd2838e64ca8439089895 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Aug 23 21:40:15 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Aug 23 21:40:15 2008 +0000 |
tree | b897b27ac1f7f56acac565bd19a4eab769bcb15c | |
parent | 37346b2b9bd740803f120057d64c6a30f2e74152 [diff] |
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