]> granicus.if.org Git - python/commitdiff
fix small consistency nit
authorFred Drake <fdrake@acm.org>
Thu, 1 Jul 2004 14:28:36 +0000 (14:28 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Jul 2004 14:28:36 +0000 (14:28 +0000)
Lib/decimal.py

index d1145a53143e0a7de2366418f4335c8d1a107edd..5565052717cc00460a2e3cb3a45e2fe8138eab32 100644 (file)
@@ -4,7 +4,7 @@
 # Written by Eric Price <eprice at tjhsst.edu>
 #    and Facundo Batista <facundo at taniquetil.com.ar>
 #    and Raymond Hettinger <python at rcn.com>
-#    and Aahz (aahz at pobox.com)
+#    and Aahz <aahz at pobox.com>
 #    and Tim Peters