diff options
author | Greg Ward <gward@python.net> | 2003-05-29 01:41:51 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2003-05-29 01:41:51 (GMT) |
commit | 2748a4aa7e7b283f4fe96682c48860abf45702e1 (patch) | |
tree | b71c4b5ebdfa75b47349d8134703349f5c5da770 /Doc | |
parent | fb1b5a164dc18d7279bb61d246e32af4abd30dd3 (diff) | |
download | cpython-2748a4aa7e7b283f4fe96682c48860abf45702e1.zip cpython-2748a4aa7e7b283f4fe96682c48860abf45702e1.tar.gz cpython-2748a4aa7e7b283f4fe96682c48860abf45702e1.tar.bz2 |
Typo fix.
Diffstat (limited to 'Doc')
-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} |