From: Georg Brandl Date: Tue, 8 Aug 2006 20:11:30 +0000 (+0000) Subject: Bug #1536828: typo: TypeType should have been StringType. X-Git-Tag: v2.4.4c1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9083f934b27f3296962890a4216ee0caa72b92fb;p=thirdparty%2FPython%2Fcpython.git Bug #1536828: typo: TypeType should have been StringType. (backport from rev. 51151) --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index f06d569b25f5..0c18776651a1 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -558,7 +558,7 @@ parameter and are called with a non-string parameter. \begin{cvardesc}{PyTypeObject}{PyString_Type} This instance of \ctype{PyTypeObject} represents the Python string - type; it is the same object as \code{types.TypeType} in the Python + type; it is the same object as \code{types.StringType} in the Python layer. \withsubitem{(in module types)}{\ttindex{StringType}}. \end{cvardesc}