Commit 53454468 authored by Greg Ward's avatar Greg Ward

Typo fix.

parent 958292b1
...@@ -129,7 +129,7 @@ for each thread. ...@@ -129,7 +129,7 @@ for each thread.
\begin{cfuncdesc}{PyObject*}{PyErr_Format}{PyObject *exception, \begin{cfuncdesc}{PyObject*}{PyErr_Format}{PyObject *exception,
const char *format, \moreargs} 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 \var{exception} should be a Python exception (string or class, not
an instance). \var{format} should be a string, containing format an instance). \var{format} should be a string, containing format
codes, similar to \cfunction{printf()}. The \code{width.precision} codes, similar to \cfunction{printf()}. The \code{width.precision}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment