diff options
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index ba6b896..cd2c646 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -57,7 +57,7 @@ It is always available. exception is not handled and the interpreter prints an error message and a stack traceback. Their intended use is to allow an interactive user to import a debugger module and engage in post-mortem debugging - without having to re-execute the command that cause the error (which + without having to re-execute the command that caused the error (which may be hard to reproduce). The meaning of the variables is the same as that of \code{exc_type}, \code{exc_value} and \code{exc_tracaback}, respectively. |