summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-08-08 20:11:22 (GMT)
committerGeorg Brandl <georg@python.org>2006-08-08 20:11:22 (GMT)
commit6c223fe7960856b6ed3602630b227b262fe80c6e (patch)
tree0192c4421e4e446b7cee1cb136821243fb60f3b1 /Doc
parent4f71b5504096bf56d502676f5e08a6ccbab9fb2e (diff)
downloadcpython-6c223fe7960856b6ed3602630b227b262fe80c6e.zip
cpython-6c223fe7960856b6ed3602630b227b262fe80c6e.tar.gz
cpython-6c223fe7960856b6ed3602630b227b262fe80c6e.tar.bz2
Bug #1536828: typo: TypeType should have been StringType.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/concrete.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 33d18cd..24fd08f 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}