summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libexcs.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index 86b5281..078fe3c 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -206,8 +206,8 @@ Raised when an \keyword{assert} statement fails.
\begin{excdesc}{NameError}
Raised when a local or global name is not found. This applies only
- to unqualified names. The associated value is the name that could
- not be found.
+ to unqualified names. The associated value is an error message that
+ includes the name that could not be found.
\end{excdesc}
\begin{excdesc}{NotImplementedError}