diff options
author | Georg Brandl <georg@python.org> | 2006-07-31 16:00:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-07-31 16:00:34 (GMT) |
commit | fbf969928f9cde380888d3b5f2a2d0f52a0e7b09 (patch) | |
tree | c75046c9b001a587e21ffc59b7c609739ca256b4 /Doc | |
parent | ec3a89449e740b35ade6fb6434380dc0258fc94b (diff) | |
download | cpython-fbf969928f9cde380888d3b5f2a2d0f52a0e7b09.zip cpython-fbf969928f9cde380888d3b5f2a2d0f52a0e7b09.tar.gz cpython-fbf969928f9cde380888d3b5f2a2d0f52a0e7b09.tar.bz2 |
Fix function name.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/exceptions.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex index 8f5dc6c..cb75d50 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} |