summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libexcs.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r--Doc/lib/libexcs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index 6a17c76..acefb43 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -278,7 +278,7 @@ Raised when an \keyword{assert} statement fails.
when reading the initial script or standard input (also
interactively).
- Instances of this class have atttributes \member{filename},
+ Instances of this class have attributes \member{filename},
\member{lineno}, \member{offset} and \member{text} for easier access
to the details. \function{str()} of the exception instance returns
only the message.