Skip to content

Commit 1660ba8

Browse files
[Storage] Fix newline in Doc for DelimitedTextDialect (Azure#23058)
1 parent 5cd858c commit 1660ba8

File tree

1 file changed

+1
-1
lines changed
  • sdk/storage/azure-storage-blob/azure/storage/blob

1 file changed

+1
-1
lines changed

sdk/storage/azure-storage-blob/azure/storage/blob/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ class DelimitedTextDialect(DictMixin):
11361136
:keyword str quotechar:
11371137
Field quote, defaults to '"'.
11381138
:keyword str lineterminator:
1139-
Record separator, defaults to '\n'.
1139+
Record separator, defaults to '\\\\n'.
11401140
:keyword str escapechar:
11411141
Escape char, defaults to empty.
11421142
:keyword bool has_header:

0 commit comments

Comments
 (0)