Fix whitespace

This commit is contained in:
Raymond Hettinger 2011-11-05 13:43:01 -07:00
parent f1182cd4db
commit 68fb89fdb7

View file

@ -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')