From: Georg Brandl Date: Mon, 31 Jul 2006 16:00:34 +0000 (+0000) Subject: Fix function name. X-Git-Tag: v2.5b3~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbf969928f9cde380888d3b5f2a2d0f52a0e7b09;p=python Fix function name. --- diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index 8f5dc6c9b3..cb75d5051b 100644 --- a/Doc/api/exceptions.tex +++ b/Doc/api/exceptions.tex @@ -303,7 +303,7 @@ for each thread. 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}