Skip to content

Commit 22c6d50

Browse files
authored
remove duplicate word
1 parent 9113145 commit 22c6d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def upload_file_to_directory():
193193
```
194194

195195
> [!TIP]
196-
> If your file size is large, your code will have to make multiple calls to the **DataLakeFileClient.append_data** method. Consider using the **DataLakeFileClient.upload_data** method method instead. That way, you can upload the entire file in a single call.
196+
> If your file size is large, your code will have to make multiple calls to the **DataLakeFileClient.append_data** method. Consider using the **DataLakeFileClient.upload_data** method instead. That way, you can upload the entire file in a single call.
197197
198198
## Upload a large file to a directory
199199

0 commit comments

Comments
 (0)