Skip to content

Commit 7f3633d

Browse files
committed
Fix whitespaces
1 parent 91db566 commit 7f3633d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_configparser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ class RawConfigParserTestCase(BasicTestCase, unittest.TestCase):
10801080
config_class = configparser.RawConfigParser
10811081

10821082
def test_interpolation(self):
1083-
1083+
10841084
cf = self.get_interpolation_config()
10851085
eq = self.assertEqual
10861086
eq(cf.get("Foo", "bar"),
@@ -1139,8 +1139,8 @@ def test_repr_and_str_representation(self):
11391139
keyB = valueB
11401140
"""
11411141
cf = self.newconfig()
1142-
cf.read_string(config_string)
1143-
cf.optionxform = str
1142+
cf.read_string(config_string)
1143+
cf.optionxform = str
11441144

11451145
expected_repr = (
11461146
"ConfigParser(default_section='DEFAULT', "

0 commit comments

Comments
 (0)