summaryrefslogtreecommitdiff
path: root/Doc/lib/libweakref.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libweakref.tex')
-rw-r--r--Doc/lib/libweakref.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex
index 4600f0a272..12a12200c4 100644
--- a/Doc/lib/libweakref.tex
+++ b/Doc/lib/libweakref.tex
@@ -229,7 +229,7 @@ then be used in other data structures without forcing the objects to
remain alive, but the objects can still be retrieved by ID if they
do.
-% Example contributed by Tim Peters <tim_one@msn.com>.
+% Example contributed by Tim Peters.
\begin{verbatim}
import weakref