From 1f34eb17b501687c1251678bcffab9accd432591 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 1 Jul 2004 14:28:36 +0000 Subject: fix small consistency nit --- Lib/decimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/decimal.py b/Lib/decimal.py index d1145a5..5565052 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 -- cgit v0.12