Add a missing quotation mark.
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 @@
                                 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):