Commit 85327ddc authored by Georg Brandl's avatar Georg Brandl

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

parent 576ad344
...@@ -580,7 +580,7 @@ parameter and are called with a non-string parameter. ...@@ -580,7 +580,7 @@ parameter and are called with a non-string parameter.
\begin{cvardesc}{PyTypeObject}{PyString_Type} \begin{cvardesc}{PyTypeObject}{PyString_Type}
This instance of \ctype{PyTypeObject} represents the Python string 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. layer.
\withsubitem{(in module types)}{\ttindex{StringType}}. \withsubitem{(in module types)}{\ttindex{StringType}}.
\end{cvardesc} \end{cvardesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment