Commit 729098ee authored by Brett Cannon's avatar Brett Cannon

Add a missing quotation mark.

parent 94947eaf
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment