diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2017-08-03 06:00:59 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-08-03 06:00:59 (GMT) |
| commit | 49b2734bf12dc1cda80fd73d3ec8896ae3e362f2 (patch) | |
| tree | 049e496126aae48bf6d7c3ddbb7f145e04e53e97 /Lib/test/decimaltestdata/divide.decTest | |
| parent | d9d55c91bec4776b41685b48fe660621e89f0617 (diff) | |
| download | cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.zip cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.gz cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.bz2 | |
Spelling fixes (#2902)
Diffstat (limited to 'Lib/test/decimaltestdata/divide.decTest')
| -rw-r--r-- | Lib/test/decimaltestdata/divide.decTest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/decimaltestdata/divide.decTest b/Lib/test/decimaltestdata/divide.decTest index efbb5ba..a51aa5d 100644 --- a/Lib/test/decimaltestdata/divide.decTest +++ b/Lib/test/decimaltestdata/divide.decTest @@ -759,7 +759,7 @@ divx959 divide 9E-999999999 -9.100 -> -9.8901099E-1000000000 Inexact Rounded Und -- overflow and underflow (additional edge tests in multiply.decTest) -- 'subnormal' results now possible (all hard underflow or overflow in --- base arithemtic) +-- base arithmetic) divx960 divide 1e-600000000 1e+400000001 -> 1E-1000000001 Subnormal divx961 divide 1e-600000000 1e+400000002 -> 1E-1000000002 Subnormal divx962 divide 1e-600000000 1e+400000003 -> 1E-1000000003 Subnormal |
