[Python-checkins] r51005 - python/trunk/Doc/api/exceptions.tex

georg.brandl python-checkins at python.org
Mon Jul 31 18:00:34 CEST 2006


Author: georg.brandl
Date: Mon Jul 31 18:00:34 2006
New Revision: 51005

Modified:
   python/trunk/Doc/api/exceptions.tex
Log:
Fix function name.



Modified: python/trunk/Doc/api/exceptions.tex
==============================================================================
--- python/trunk/Doc/api/exceptions.tex	(original)
+++ python/trunk/Doc/api/exceptions.tex	Mon Jul 31 18:00:34 2006
@@ -303,7 +303,7 @@
   category (see below) or \NULL; the \var{message} argument is a
   message string.  The warning will appear to be issued from the function
   calling \cfunction{PyErr_Warn()}, equivalent to calling
-  \cfunction{PyErr_Warn()} with a \var{stacklevel} of 1.
+  \cfunction{PyErr_WarnEx()} with a \var{stacklevel} of 1.
   
   Deprecated; use \cfunction{PyErr_WarnEx()} instead.
 \end{cfuncdesc}


More information about the Python-checkins mailing list