From: Benjamin Peterson Date: Sat, 23 Aug 2008 21:40:15 +0000 (+0000) Subject: fix warning X-Git-Tag: v2.6rc1~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21d2ab7fe8a96244ea6cd2838e64ca8439089895;p=thirdparty%2FPython%2Fcpython.git fix warning --- diff --git a/Doc/library/types.rst b/Doc/library/types.rst index f11676638d94..87fa0d5e711e 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