From: Fred Drake Date: Thu, 1 Jul 2004 14:28:36 +0000 (+0000) Subject: fix small consistency nit X-Git-Tag: v2.4a1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f34eb17b501687c1251678bcffab9accd432591;p=python fix small consistency nit --- diff --git a/Lib/decimal.py b/Lib/decimal.py index d1145a5314..5565052717 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -4,7 +4,7 @@ # Written by Eric Price # and Facundo Batista # and Raymond Hettinger -# and Aahz (aahz at pobox.com) +# and Aahz # and Tim Peters