Skip to content

Commit

Permalink
[Storage] Fix newline in Doc for DelimitedTextDialect (Azure#23058)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Feb 15, 2022
1 parent 5cd858c commit 1660ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ class DelimitedTextDialect(DictMixin):
:keyword str quotechar:
Field quote, defaults to '"'.
:keyword str lineterminator:
Record separator, defaults to '\n'.
Record separator, defaults to '\\\\n'.
:keyword str escapechar:
Escape char, defaults to empty.
:keyword bool has_header:
Expand Down

0 comments on commit 1660ba8

Please sign in to comment.