diff options
-rw-r--r-- | Doc/lib/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index bf9ffae..f16d444 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -161,7 +161,7 @@ Raised when an \keyword{assert} statement fails. object) fails for an I/O-related reason, e.g., ``file not found'' or ``disk full''. - This class is derived \exception{EnvironmentError}. See the + This class is derived from \exception{EnvironmentError}. See the discussion above for more information on exception instance attributes. \end{excdesc} |