Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab9b32c

Browse files
committed
Whitespace normalization.
1 parent dd3c837 commit ab9b32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_cfgparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def test_set_nonstring_types(self):
387387
self.assertEqual(cf.get('non-string', 'list'),
388388
[0, 1, 1, 2, 3, 5, 8, 13])
389389
self.assertEqual(cf.get('non-string', 'dict'), {'pi': 3.14159})
390-
390+
391391

392392
class SafeConfigParserTestCase(ConfigParserTestCase):
393393
config_class = ConfigParser.SafeConfigParser

0 commit comments

Comments
 (0)