summaryrefslogtreecommitdiff
path: root/Doc/lib/libtraceback.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-14 03:20:18 +0000
committerFred Drake <fdrake@acm.org>2001-02-14 03:20:18 +0000
commitefbc109871ae180225247afdadcb4e10ec640da9 (patch)
tree38bd8bcd761becab732c9b33d11ac07675e8005b /Doc/lib/libtraceback.tex
parent57c7dbaa595ba8953111f4aa7cbac4b93529bc49 (diff)
downloadcpython-efbc109871ae180225247afdadcb4e10ec640da9.tar.gz
Reflect change in traceback format:
"innermost last" --> "most recent call last"
Diffstat (limited to 'Doc/lib/libtraceback.tex')
-rw-r--r--Doc/lib/libtraceback.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtraceback.tex b/Doc/lib/libtraceback.tex
index a9a3ffe824..6774c2eb15 100644
--- a/Doc/lib/libtraceback.tex
+++ b/Doc/lib/libtraceback.tex
@@ -33,7 +33,7 @@ Print exception information and up to \var{limit} stack trace entries
from \var{traceback} to \var{file}.
This differs from \function{print_tb()} in the
following ways: (1) if \var{traceback} is not \code{None}, it prints a
-header \samp{Traceback (innermost last):}; (2) it prints the
+header \samp{Traceback (most recent call last):}; (2) it prints the
exception \var{type} and \var{value} after the stack trace; (3) if
\var{type} is \exception{SyntaxError} and \var{value} has the appropriate
format, it prints the line where the syntax error occurred with a