summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_collections.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-11-05 20:43:01 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-11-05 20:43:01 (GMT)
commit68fb89fdb7f48a354f1fcb95581e7d605d5d53c0 (patch)
treef6cc73e9c29f6c4e7ff9aeff614f2a6ab6d179c6 /Lib/test/test_collections.py
parentf1182cd4dbd2556c5cfeae24deb889e514979b18 (diff)
downloadcpython-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.py2
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')