Reflect change in traceback format:
"innermost last" --> "most recent call last"
diff --git a/Doc/lib/libtraceback.tex b/Doc/lib/libtraceback.tex
index a9a3ffe..6774c2e 100644
--- a/Doc/lib/libtraceback.tex
+++ b/Doc/lib/libtraceback.tex
@@ -33,7 +33,7 @@
 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