use consistent email address for Tim
diff --git a/Doc/lib/libtabnanny.tex b/Doc/lib/libtabnanny.tex
index 02d4b7b..12b9385 100644
--- a/Doc/lib/libtabnanny.tex
+++ b/Doc/lib/libtabnanny.tex
@@ -7,7 +7,7 @@
\declaremodule{standard}{tabnanny}
\modulesynopsis{Tool for detecting white space related problems
in Python source files in a directory tree.}
-\moduleauthor{Tim Peters}{tim_one@email.msn.com}
+\moduleauthor{Tim Peters}{tim_one@users.sourceforge.net}
\sectionauthor{Peter Funk}{pf@artcom-gmbh.de}
For the time being this module is intended to be called as a script.
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 @@
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