Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa712ca

Browse files
committed
Whitespace normalization.
Note: This test fails on Windows. Don't know why yet.
1 parent fe36fc9 commit fa712ca

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Lib/test/test_fpformat.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
# Test the old and obsolescent fpformat module.
1212
#
13-
# (It's obsolescent because fix(n,d) == "%.*f"%(d,n) and
13+
# (It's obsolescent because fix(n,d) == "%.*f"%(d,n) and
1414
# sci(n,d) == "%.*e"%(d,n)
15-
# for all reasonable numeric n and d, except that sci gives 3 exponent
16-
# digits instead of 2.
15+
# for all reasonable numeric n and d, except that sci gives 3 exponent
16+
# digits instead of 2.
1717
#
1818
# Differences only occur for unreasonable n and d. <.2 wink>)
1919

@@ -64,4 +64,3 @@ def test_failing_values(self):
6464
self.fail("No exception on non-numeric sci")
6565

6666
run_unittest(FpformatTest)
67-

0 commit comments

Comments
 (0)