Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e38c10

Browse files
author
Skip Montanaro
committed
fix a typo in PyErr_Format table and add row for 'p' format char
closes bug 534495
1 parent 0c766a0 commit 9e38c10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/api/exceptions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ \chapter{Exception Handling \label{exceptionHandling}}
139139
\lineii{c}{Character, as an \ctype{int} parameter}
140140
\lineii{d}{Number in decimal, as an \ctype{int} parameter}
141141
\lineii{x}{Number in hexadecimal, as an \ctype{int} parameter}
142-
\lineii{x}{A string, as a \ctype{char *} parameter}
142+
\lineii{s}{A string, as a \ctype{char *} parameter}
143+
\lineii{p}{A hex pointer, as a \ctype{void *} parameter}
143144
\end{tableii}
144145

145146
An unrecognized format character causes all the rest of the format

0 commit comments

Comments
 (0)