diff options
Diffstat (limited to 'Lib/json/tests/test_fail.py')
-rw-r--r-- | Lib/json/tests/test_fail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/json/tests/test_fail.py b/Lib/json/tests/test_fail.py index 252ebc4..94e01e6 100644 --- a/Lib/json/tests/test_fail.py +++ b/Lib/json/tests/test_fail.py @@ -73,4 +73,4 @@ class TestFail(TestCase): except ValueError: pass else: - self.fail("Expected failure for fail%d.json: %r" % (idx, doc)) + self.fail("Expected failure for fail{0}.json: {1!r}".format(idx, doc)) |