mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix whitespace
This commit is contained in:
parent
f1182cd4db
commit
68fb89fdb7
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ class TestCounter(unittest.TestCase):
|
|||
r = repr(c)
|
||||
self.assertIn("'a': 2", r)
|
||||
self.assertIn("'b': None", r)
|
||||
|
||||
|
||||
def test_helper_function(self):
|
||||
# two paths, one for real dicts and one for other mappings
|
||||
elems = list('abracadabra')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue