Skip to content

Commit 55a42aa

Browse files
committed
Fix accidental commit.
1 parent b1423f5 commit 55a42aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agate/csv_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from agate.exceptions import FieldSizeLimitError
1212

13-
POSSIBLE_DELIMITERS = [',', '\t', ';', ':', '|']
13+
POSSIBLE_DELIMITERS = [',', '\t', ';', ' ', ':', '|']
1414

1515

1616
class Reader(six.Iterator):

0 commit comments

Comments
 (0)