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 a3971b6..1481db1 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -122,7 +122,7 @@ It is always available. \begin{funcdesc}{exc_clear}{} This function clears all information relating to the current or last - exception that occured in the current thread. After calling this + exception that occurred in the current thread. After calling this function, \function{exc_info()} will return three \code{None} values until another exception is raised in the current thread or the execution stack returns to a frame where another exception is being handled. |