From: Georg Brandl Date: Tue, 8 Aug 2006 20:11:22 +0000 (+0000) Subject: Bug #1536828: typo: TypeType should have been StringType. X-Git-Tag: v2.5c1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c223fe7960856b6ed3602630b227b262fe80c6e;p=python Bug #1536828: typo: TypeType should have been StringType. --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 33d18cd65a..24fd08fb6e 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -580,7 +580,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}