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

Skip to content

Commit 2748a4a

Browse files
committed
Typo fix.
1 parent fb1b5a1 commit 2748a4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ \chapter{Exception Handling \label{exceptionHandling}}
129129

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

0 commit comments

Comments
 (0)