]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1536828: typo: TypeType should have been StringType.
authorGeorg Brandl <georg@python.org>
Tue, 8 Aug 2006 20:11:30 +0000 (20:11 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 8 Aug 2006 20:11:30 +0000 (20:11 +0000)
 (backport from rev. 51151)

Doc/api/concrete.tex

index f06d569b25f5bab4cbc80e889e1dd6ab185fd152..0c18776651a1ae0e5a12287fe9fc0946a7b3bc50 100644 (file)
@@ -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}