diff options
author | Raymond Hettinger <python@rcn.com> | 2009-03-10 01:07:30 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-03-10 01:07:30 (GMT) |
commit | f345a21d8e78261191480ba1d156c6da37b5a2ab (patch) | |
tree | 9f0f1d5f6c2cf6356f20dfc431e10b786a5e99f3 | |
parent | f4ea92904457a370d9f1308063feaf3c8a0c09db (diff) | |
download | cpython-f345a21d8e78261191480ba1d156c6da37b5a2ab.zip cpython-f345a21d8e78261191480ba1d156c6da37b5a2ab.tar.gz cpython-f345a21d8e78261191480ba1d156c6da37b5a2ab.tar.bz2 |
Update url for the spec.
-rw-r--r-- | Doc/library/decimal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index e793a45..0a1bfee 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -108,7 +108,7 @@ reset them before monitoring a calculation. .. seealso:: * IBM's General Decimal Arithmetic Specification, `The General Decimal Arithmetic - Specification <http://www2.hursley.ibm.com/decimal/decarith.html>`_. + Specification <http://speleotrove.com/decimal/>`_. * IEEE standard 854-1987, `Unofficial IEEE 854 Text <http://754r.ucbtest.org/standards/854.pdf>`_. |