[Python-checkins] python/dist/src/Doc/api exceptions.tex,1.13,1.14

gward@users.sourceforge.net gward@users.sourceforge.net
Wed, 28 May 2003 18:41:54 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv16486/Doc/api

Modified Files:
	exceptions.tex 
Log Message:
Typo fix.

Index: exceptions.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/exceptions.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** exceptions.tex	6 Dec 2002 22:42:13 -0000	1.13
--- exceptions.tex	29 May 2003 01:41:51 -0000	1.14
***************
*** 130,134 ****
  \begin{cfuncdesc}{PyObject*}{PyErr_Format}{PyObject *exception,
                                             const char *format, \moreargs}
!   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
--- 130,134 ----
  \begin{cfuncdesc}{PyObject*}{PyErr_Format}{PyObject *exception,
                                             const char *format, \moreargs}
!   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