From: Raymond Hettinger Date: Sat, 5 Nov 2011 20:43:01 +0000 (-0700) Subject: Fix whitespace X-Git-Tag: v3.3.0a1~931 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68fb89fdb7f48a354f1fcb95581e7d605d5d53c0;p=thirdparty%2FPython%2Fcpython.git Fix whitespace --- diff --git a/Lib/test/test_collections.py b/Lib/test/test_collections.py index c9b7f6b6bf73..88c3129d7ff9 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')