From: Skip Montanaro Date: Wed, 27 Mar 2002 13:42:50 +0000 (+0000) Subject: fix a typo in PyErr_Format table and add row for 'p' format char X-Git-Tag: v2.3c1~6307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e38c100ab6135b0f7953ee8cf4e47d85ddecbc8;p=python fix a typo in PyErr_Format table and add row for 'p' format char closes bug 534495 --- diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index 796291fc1a..5bd91177af 100644 --- a/Doc/api/exceptions.tex +++ b/Doc/api/exceptions.tex @@ -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