diff options
-rw-r--r-- | Doc/lib/libexcs.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 40cc6fd..0324a8a 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -80,7 +80,8 @@ various arithmetic errors: \exception{OverflowError}, \begin{excdesc}{LookupError} The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid: \exception{IndexError}, -\exception{KeyError}. +\exception{KeyError}. This can be raised directly by +\function{sys.setdefaultencoding()}. \end{excdesc} \begin{excdesc}{EnvironmentError} |