diff options
Diffstat (limited to 'Doc/lib/libtraceback.tex')
-rw-r--r-- | Doc/lib/libtraceback.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtraceback.tex b/Doc/lib/libtraceback.tex index 20dc019..a9a3ffe 100644 --- a/Doc/lib/libtraceback.tex +++ b/Doc/lib/libtraceback.tex @@ -104,7 +104,7 @@ Format a stack trace and the exception information. The arguments have the same meaning as the corresponding arguments to \function{print_exception()}. The return value is a list of strings, each ending in a newline and some containing internal newlines. When -these lines are contatenated and printed, exactly the same text is +these lines are concatenated and printed, exactly the same text is printed as does \function{print_exception()}. \end{funcdesc} |