Commit fbf96992 authored by Georg Brandl's avatar Georg Brandl

Fix function name.

parent ec3a8944
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment