diff -r 13be42829771 Lib/test/test_pprint.py --- a/Lib/test/test_pprint.py Wed Oct 28 03:15:38 2015 -0400 +++ b/Lib/test/test_pprint.py Thu Oct 29 18:26:29 2015 +1100 @@ -961,7 +961,7 @@ 'quick': 1, 'the': 0}""") - def test_user_dict(self): + def test_user_list(self): d = collections.UserList() self.assertEqual(pprint.pformat(d, width=1), "[]") words = 'the quick brown fox jumped over a lazy dog'.split()