Typo fix.

This commit is contained in:
Greg Ward 2003-05-29 01:41:51 +00:00
parent fb1b5a164d
commit 2748a4aa7e
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ for each thread.
\begin{cfuncdesc}{PyObject*}{PyErr_Format}{PyObject *exception,
const char *format, \moreargs}
This function sets the error indicator and returns \NULL..
This function sets the error indicator and returns \NULL.
\var{exception} should be a Python exception (string or class, not
an instance). \var{format} should be a string, containing format
codes, similar to \cfunction{printf()}. The \code{width.precision}