Fix function name.

This commit is contained in:
Georg Brandl 2006-07-31 16:00:34 +00:00
parent ec3a89449e
commit fbf969928f
1 changed files with 1 additions and 1 deletions

View File

@ -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}