From 04531f7defc0dd9d62761e97e3472475aaf37157 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 17 Jan 2002 06:18:17 +0000 Subject: [PATCH] Fix Michael Hudson's email address. --- Doc/ext/newtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index 6ae9f09f41f3..d377866e43af 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -1,6 +1,6 @@ \chapter{Defining New Types \label{defining-new-types}} -\sectionauthor{Michael Hudson}{mwh21@cam.ac.uk} +\sectionauthor{Michael Hudson}{mwh@python.net} \sectionauthor{Dave Kuhlman}{dkuhlman@rexx.com} As mentioned in the last chapter, Python allows the writer of an -- 2.47.3