]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Thu, 29 May 2003 01:41:51 +0000 (01:41 +0000)
committerGreg Ward <gward@python.net>
Thu, 29 May 2003 01:41:51 +0000 (01:41 +0000)
Doc/api/exceptions.tex

index 9a5d7d080c65d8e0e65b7b636fc733a11f04e32a..d7960defd3695ba961e9753d925d5d286c89b59f 100644 (file)
@@ -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}