diff --git a/Lib/test/test_repr.py b/Lib/test/test_repr.py index 8b20acdc8ed..062fccf9e09 100644 --- a/Lib/test/test_repr.py +++ b/Lib/test/test_repr.py @@ -130,10 +130,10 @@ class ReprTests(unittest.TestCase): def test_file(self): fp = open(unittest.__file__) self.assertTrue(repr(fp).startswith( - "