Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1b5a1 commit 2748a4aCopy full SHA for 2748a4a
1 file changed
Doc/api/exceptions.tex
@@ -129,7 +129,7 @@ \chapter{Exception Handling \label{exceptionHandling}}
129
130
\begin{cfuncdesc}{PyObject*}{PyErr_Format}{PyObject *exception,
131
const char *format, \moreargs}
132
- This function sets the error indicator and returns \NULL..
+ This function sets the error indicator and returns \NULL.
133
\var{exception} should be a Python exception (string or class, not
134
an instance). \var{format} should be a string, containing format
135
codes, similar to \cfunction{printf()}. The \code{width.precision}
0 commit comments