From b13f70df1b0657f3fe35695dc818fa0da967af5d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 3 Nov 2007 06:47:02 +0000 Subject: Add a missing quotation mark. --- Lib/test/test_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 657cbc5..77a6018 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -300,7 +300,7 @@ class ExceptionTests(unittest.TestCase): got = repr(getattr(new, checkArgName)) want = repr(expected[checkArgName]) self.assertEquals(got, want, - 'pickled "%r", attribute "%s' % + 'pickled "%r", attribute "%s"' % (e, checkArgName)) def testSlicing(self): -- cgit v0.12