mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
Issue25506: Fixed a copy-pasting error in test_pprint.
Patch by John Mark Vandenberg.
This commit is contained in:
commit
fc8a0a584e
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ deque([('brown', 2),
|
|||
'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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue