summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libweakref.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-06 06:10:54 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-06 06:10:54 (GMT)
commit8c2c3d301b38c2b76c462df89669b4deddfcfa6a (patch)
tree37aaf4df5b1b2e212fc91984fcac5769934b1675 /Doc/lib/libweakref.tex
parentdf5cfd884d5da8a9a0b620b232f9ecfea6f77224 (diff)
downloadcpython-8c2c3d301b38c2b76c462df89669b4deddfcfa6a.zip
cpython-8c2c3d301b38c2b76c462df89669b4deddfcfa6a.tar.gz
cpython-8c2c3d301b38c2b76c462df89669b4deddfcfa6a.tar.bz2
Update the documentation to reflect the changes to ReferenceError.
Diffstat (limited to 'Doc/lib/libweakref.tex')
-rw-r--r--Doc/lib/libweakref.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex
index f5887b5..d88b051 100644
--- a/Doc/lib/libweakref.tex
+++ b/Doc/lib/libweakref.tex
@@ -111,7 +111,8 @@ be made to support weak references; see section \ref{weakref-extension},
\begin{excdesc}{ReferenceError}
Exception raised when a proxy object is used but the underlying
- object has been collected.
+ object has been collected. This is the same as the standard
+ \exception{ReferenceError} exception.
\end{excdesc}