Bug #1536828: typo: TypeType should have been StringType.

This commit is contained in:
Georg Brandl 2006-08-08 20:11:22 +00:00
parent 4f71b55040
commit 6c223fe796
1 changed files with 1 additions and 1 deletions

View File

@ -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}