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.tex3
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}