Skip to content

Commit da57a9d

Browse files
Update Lib/test/test_configparser.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 76ac518 commit da57a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_configparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ def test_repr(self):
10041004
cf.add_section("sect6")
10051005
cf.set("sect1", "option1", "foo")
10061006
cf.set("sect2", "option2", "bar")
1007-
cf.read_string("") # To trigger the loading of sources
1007+
cf.read_string("") # to trigger the loading of sources
10081008

10091009
dict_type = type(cf._dict).__name__
10101010
params = {

0 commit comments

Comments
 (0)