diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 23:13:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 23:13:48 (GMT) |
commit | 745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be (patch) | |
tree | cf25c5b8d353f69be8ba9b70963eabae044e4c76 /Lib/test/decimaltestdata | |
parent | db693df3e112c5a61f2cbef63eedce3a36520ded (diff) | |
download | cpython-745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be.zip cpython-745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be.tar.gz cpython-745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be.tar.bz2 |
Fix typos in the Lib directory (GH-28775)
Fix typos in the Lib directory as identified by codespell.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/test/decimaltestdata')
-rw-r--r-- | Lib/test/decimaltestdata/abs.decTest | 2 | ||||
-rw-r--r-- | Lib/test/decimaltestdata/extra.decTest | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/decimaltestdata/abs.decTest b/Lib/test/decimaltestdata/abs.decTest index 01f73d7..569b8fc 100644 --- a/Lib/test/decimaltestdata/abs.decTest +++ b/Lib/test/decimaltestdata/abs.decTest @@ -20,7 +20,7 @@ version: 2.59 -- This set of tests primarily tests the existence of the operator. --- Additon, subtraction, rounding, and more overflows are tested +-- Addition, subtraction, rounding, and more overflows are tested -- elsewhere. precision: 9 diff --git a/Lib/test/decimaltestdata/extra.decTest b/Lib/test/decimaltestdata/extra.decTest index b630d8e..3129120 100644 --- a/Lib/test/decimaltestdata/extra.decTest +++ b/Lib/test/decimaltestdata/extra.decTest @@ -156,7 +156,7 @@ extr1302 fma -Inf 0E-456 sNaN148 -> NaN Invalid_operation -- max/min/max_mag/min_mag bug in 2.5.2/2.6/3.0: max(NaN, finite) gave -- incorrect answers when the finite number required rounding; similarly --- for the other thre functions +-- for the other three functions maxexponent: 999 minexponent: -999 precision: 6 |