Skip to content

Commit d821052

Browse files
author
Camilo Cota
committed
fix test_empty_decimal_marker comment
1 parent f71509d commit d821052

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/io/tests/parser/common.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ def test_empty_decimal_marker(self):
4141
1|2,334|5
4242
10|13|10.
4343
"""
44-
# C parser: supports only length-1 decimals
45-
# Python parser: 'decimal' not supported yet
44+
# Parsers support only length-1 decimals
4645
self.assertRaises(ValueError, self.read_csv,
4746
StringIO(data), decimal='')
4847

0 commit comments

Comments
 (0)