Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4271310

Browse files
committed
use consistent email address for Tim
1 parent 34929f2 commit 4271310

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libtabnanny.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ \section{\module{tabnanny} ---
77
\declaremodule{standard}{tabnanny}
88
\modulesynopsis{Tool for detecting white space related problems
99
in Python source files in a directory tree.}
10-
\moduleauthor{Tim Peters}{tim_one@email.msn.com}
10+
\moduleauthor{Tim Peters}{tim_one@users.sourceforge.net}
1111
\sectionauthor{Peter Funk}{[email protected]}
1212

1313
For the time being this module is intended to be called as a script.

Doc/lib/libweakref.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ \subsection{Example \label{weakref-example}}
229229
remain alive, but the objects can still be retrieved by ID if they
230230
do.
231231

232-
% Example contributed by Tim Peters <[email protected]>.
232+
% Example contributed by Tim Peters.
233233
\begin{verbatim}
234234
import weakref
235235

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4939,7 +4939,7 @@ \section{Commentary \label{commentary}}
49394939
49404940
49414941
\chapter{Floating Point Arithmetic: Issues and Limitations\label{fp-issues}}
4942-
\sectionauthor{Tim Peters}{tim_one@email.msn.com}
4942+
\sectionauthor{Tim Peters}{tim_one@users.sourceforge.net}
49434943
49444944
Floating-point numbers are represented in computer hardware as
49454945
base 2 (binary) fractions. For example, the decimal fraction

0 commit comments

Comments
 (0)