File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -413,11 +413,10 @@ Options
413413 Specifies the file type to import. The default format is :term:`JSON`,
414414 but it's possible to import :term:`CSV` and :term:`TSV` files.
415415
416- The ``csv`` parser accepts that data that complies with RFC
417- :rfc:`4180`. As a result, backslashes are *not* a valid escape
418- character. If you use double-quotes to enclose fields in the CSV
419- data, you must escape internal double-quote marks by prepending
420- another double-quote.
416+ The ``csv`` parser accepts that data that complies with :rfc:`4180`.
417+ As a result, backslashes are *not* a valid escape character. If you use
418+ double-quotes to enclose fields in the CSV data, you must escape internal
419+ double-quote marks by prepending another double-quote.
421420
422421
423422
You can’t perform that action at this time.
0 commit comments