Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe36fc9 commit fa712caCopy full SHA for fa712ca
1 file changed
Lib/test/test_fpformat.py
@@ -10,10 +10,10 @@
10
11
# Test the old and obsolescent fpformat module.
12
#
13
-# (It's obsolescent because fix(n,d) == "%.*f"%(d,n) and
+# (It's obsolescent because fix(n,d) == "%.*f"%(d,n) and
14
# 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.
+# for all reasonable numeric n and d, except that sci gives 3 exponent
+# digits instead of 2.
17
18
# Differences only occur for unreasonable n and d. <.2 wink>)
19
@@ -64,4 +64,3 @@ def test_failing_values(self):
64
self.fail("No exception on non-numeric sci")
65
66
run_unittest(FpformatTest)
67
-
0 commit comments