Commit 9e38c100 authored by Skip Montanaro's avatar Skip Montanaro

fix a typo in PyErr_Format table and add row for 'p' format char

closes bug 534495
parent 0c766a0b
......@@ -139,7 +139,8 @@ for each thread.
\lineii{c}{Character, as an \ctype{int} parameter}
\lineii{d}{Number in decimal, as an \ctype{int} parameter}
\lineii{x}{Number in hexadecimal, as an \ctype{int} parameter}
\lineii{x}{A string, as a \ctype{char *} parameter}
\lineii{s}{A string, as a \ctype{char *} parameter}
\lineii{p}{A hex pointer, as a \ctype{void *} parameter}
\end{tableii}
An unrecognized format character causes all the rest of the format
......
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