diff options
author | Fred Drake <fdrake@acm.org> | 2004-07-01 14:28:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-07-01 14:28:36 (GMT) |
commit | 1f34eb17b501687c1251678bcffab9accd432591 (patch) | |
tree | a9bebfee33cd242d7af094517d563c3e0ed556a2 /Lib/decimal.py | |
parent | 1b89656d7097376c08fb5b3536b9fe4f629966b8 (diff) | |
download | cpython-1f34eb17b501687c1251678bcffab9accd432591.zip cpython-1f34eb17b501687c1251678bcffab9accd432591.tar.gz cpython-1f34eb17b501687c1251678bcffab9accd432591.tar.bz2 |
fix small consistency nit
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r-- | Lib/decimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |