[Python-checkins] r51152 - python/branches/release24-maint/Doc/api/concrete.tex

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


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

Modified:
   python/branches/release24-maint/Doc/api/concrete.tex
Log:
Bug #1536828: typo: TypeType should have been StringType.
 (backport from rev. 51151)

Modified: python/branches/release24-maint/Doc/api/concrete.tex
==============================================================================
--- python/branches/release24-maint/Doc/api/concrete.tex	(original)
+++ python/branches/release24-maint/Doc/api/concrete.tex	Tue Aug  8 22:11:30 2006
@@ -558,7 +558,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