Skip to content

Commit 22346fb

Browse files
Revert whitespace change to comment
1 parent a796f9d commit 22346fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def test_read_dict_no_fieldnames(self):
959959
self.assertEqual(reader.fieldnames, ["f1", "f2", "f3"])
960960

961961
# Two test cases to make sure existing ways of implicitly setting
962-
# fieldnames continue to work. Both arise from discussion in issue3436.
962+
# fieldnames continue to work. Both arise from discussion in issue3436.
963963
def test_read_dict_fieldnames_from_file(self):
964964
with TemporaryFile("w+", encoding="utf-8") as fileobj:
965965
fileobj.write("f1,f2,f3\r\n1,2,abc\r\n")

0 commit comments

Comments
 (0)