mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Typo fix.
This commit is contained in:
parent
fb1b5a164d
commit
2748a4aa7e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue