diff options
-rw-r--r-- | Doc/api/exceptions.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index 9a5d7d0..d7960de 100644 --- a/Doc/api/exceptions.tex +++ b/Doc/api/exceptions.tex @@ -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} |