diff options
author | Raymond Hettinger <python@rcn.com> | 2011-11-05 20:43:01 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-11-05 20:43:01 (GMT) |
commit | 68fb89fdb7f48a354f1fcb95581e7d605d5d53c0 (patch) | |
tree | f6cc73e9c29f6c4e7ff9aeff614f2a6ab6d179c6 /Lib/test/test_collections.py | |
parent | f1182cd4dbd2556c5cfeae24deb889e514979b18 (diff) | |
download | cpython-68fb89fdb7f48a354f1fcb95581e7d605d5d53c0.zip cpython-68fb89fdb7f48a354f1fcb95581e7d605d5d53c0.tar.gz cpython-68fb89fdb7f48a354f1fcb95581e7d605d5d53c0.tar.bz2 |
Fix whitespace
Diffstat (limited to 'Lib/test/test_collections.py')
-rw-r--r-- | Lib/test/test_collections.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_collections.py b/Lib/test/test_collections.py index c9b7f6b..88c3129 100644 --- a/Lib/test/test_collections.py +++ b/Lib/test/test_collections.py @@ -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') |