mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Fix typos in comments (#123201)
This commit is contained in:
parent
7b26c4d1e3
commit
94036e43a8
9 changed files with 13 additions and 13 deletions
|
@ -2799,7 +2799,7 @@ class TestCorrelationAndCovariance(unittest.TestCase):
|
|||
@requires_IEEE_754
|
||||
@unittest.skipIf(HAVE_DOUBLE_ROUNDING,
|
||||
"accuracy not guaranteed on machines with double rounding")
|
||||
@support.cpython_only # Allow for a weaker sumprod() implmentation
|
||||
@support.cpython_only # Allow for a weaker sumprod() implementation
|
||||
def test_sqrtprod_helper_function_improved_accuracy(self):
|
||||
# Test a known example where accuracy is improved
|
||||
x, y, target = 0.8035720646477457, 0.7957468097636939, 0.7996498651651661
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue