diff options
author | Fred Drake <fdrake@acm.org> | 2003-12-30 16:15:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-12-30 16:15:35 (GMT) |
commit | 42713109d9badc9291ccd7a2492c9cc9c108e6f8 (patch) | |
tree | 1f3aaa8a23b5889423a3030d63d07baecf230926 /Doc/lib/libweakref.tex | |
parent | 34929f23f5793502447f079f7b90bd7af9db5006 (diff) | |
download | cpython-42713109d9badc9291ccd7a2492c9cc9c108e6f8.zip cpython-42713109d9badc9291ccd7a2492c9cc9c108e6f8.tar.gz cpython-42713109d9badc9291ccd7a2492c9cc9c108e6f8.tar.bz2 |
use consistent email address for Tim
Diffstat (limited to 'Doc/lib/libweakref.tex')
-rw-r--r-- | Doc/lib/libweakref.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 4600f0a..12a1220 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 |