summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/test/formatfloat_testcases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/formatfloat_testcases.txt b/Lib/test/formatfloat_testcases.txt
index fb394dc577..bbe3ed4613 100644
--- a/Lib/test/formatfloat_testcases.txt
+++ b/Lib/test/formatfloat_testcases.txt
@@ -61,7 +61,7 @@
-- makes a difference when the precision is 0.
%#.0f 0 -> 0.
%#.1f 0 -> 0.0
---%#.0f 1.5 -> 2. See issue 6198.
+%#.0f 1.5 -> 2.
-- %#.0f 2.5 -> 2. See issue 6198.
%#.0f 10.1 -> 10.
%#.0f 1234.56 -> 1235.