[Python-checkins] r51151 - python/trunk/Doc/api/concrete.tex

georg.brandl python-checkins at python.org
Tue Aug 8 22:11:26 CEST 2006


Author: georg.brandl
Date: Tue Aug  8 22:11:22 2006
New Revision: 51151

Modified:
   python/trunk/Doc/api/concrete.tex
Log:
Bug #1536828: typo: TypeType should have been StringType.


Modified: python/trunk/Doc/api/concrete.tex
==============================================================================
--- python/trunk/Doc/api/concrete.tex	(original)
+++ python/trunk/Doc/api/concrete.tex	Tue Aug  8 22:11:22 2006
@@ -580,7 +580,7 @@
 
 \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}


More information about the Python-checkins mailing list