From 2748a4aa7e7b283f4fe96682c48860abf45702e1 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Thu, 29 May 2003 01:41:51 +0000 Subject: [PATCH] Typo fix. --- Doc/api/exceptions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index 9a5d7d080c..d7960defd3 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} -- 2.50.0