summaryrefslogtreecommitdiffstats
path: root/Doc/api/exceptions.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/api/exceptions.tex')
-rw-r--r--Doc/api/exceptions.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/api/exceptions.tex b/Doc/api/exceptions.tex
index 8cd0fe4..f98b644 100644
--- a/Doc/api/exceptions.tex
+++ b/Doc/api/exceptions.tex
@@ -331,9 +331,8 @@ for each thread.
example, when an exception occurs in an \method{__del__()} method.
The function is called with a single argument \var{obj} that
- identifies where the context in which the unraisable exception
- occurred. The repr of \var{obj} will be printed in the warning
- message.
+ identifies the context in which the unraisable exception occurred.
+ The repr of \var{obj} will be printed in the warning message.
\end{cfuncdesc}
\section{Standard Exceptions \label{standardExceptions}}