Kaydet (Commit) b13f70df authored tarafından Brett Cannon's avatar Brett Cannon

Add a missing quotation mark.

üst 7c3e79f6
...@@ -300,7 +300,7 @@ class ExceptionTests(unittest.TestCase): ...@@ -300,7 +300,7 @@ class ExceptionTests(unittest.TestCase):
got = repr(getattr(new, checkArgName)) got = repr(getattr(new, checkArgName))
want = repr(expected[checkArgName]) want = repr(expected[checkArgName])
self.assertEquals(got, want, self.assertEquals(got, want,
'pickled "%r", attribute "%s' % 'pickled "%r", attribute "%s"' %
(e, checkArgName)) (e, checkArgName))
def testSlicing(self): 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