summaryrefslogtreecommitdiffstats
path: root/Lib/pprint.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-09 20:53:48 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-09 20:53:48 (GMT)
commit3e5e66115011285d90dcf9a94c77963444f6ad23 (patch)
treedac2ab77b068f491aaf3ee8044b8e02dc47ed2ff /Lib/pprint.py
parent659a60311d9c09a5fbedbfcfd54fd8d5ff1ce562 (diff)
downloadcpython-3e5e66115011285d90dcf9a94c77963444f6ad23.zip
cpython-3e5e66115011285d90dcf9a94c77963444f6ad23.tar.gz
cpython-3e5e66115011285d90dcf9a94c77963444f6ad23.tar.bz2
Remove obsolete email address.
Diffstat (limited to 'Lib/pprint.py')
-rw-r--r--Lib/pprint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pprint.py b/Lib/pprint.py
index a91559f..79b17b3 100644
--- a/Lib/pprint.py
+++ b/Lib/pprint.py
@@ -1,5 +1,5 @@
# Author: Fred L. Drake, Jr.
-# fdrake@cnri.reston.va.us, fdrake@acm.org
+# fdrake@acm.org
#
# This is a simple little module I wrote to make life easier. I didn't
# see anything quite like it in the library, though I may have overlooked