mirror of https://github.com/python/cpython
Add a missing quotation mark.
This commit is contained in:
parent
7c3e79f67f
commit
b13f70df1b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue