summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-31 16:00:34 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-31 16:00:34 (GMT)
commitfbf969928f9cde380888d3b5f2a2d0f52a0e7b09 (patch)
treec75046c9b001a587e21ffc59b7c609739ca256b4
parentec3a89449e740b35ade6fb6434380dc0258fc94b (diff)
downloadcpython-fbf969928f9cde380888d3b5f2a2d0f52a0e7b09.zip
cpython-fbf969928f9cde380888d3b5f2a2d0f52a0e7b09.tar.gz
cpython-fbf969928f9cde380888d3b5f2a2d0f52a0e7b09.tar.bz2
Fix function name.
-rw-r--r--Doc/api/exceptions.tex2
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}