Skip to content

Commit 39577f6

Browse files
authored
Update how-to-access-data-interactive.md
1 parent a56e69a commit 39577f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-access-data-interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fs.upload(lpath='data/upload_folder/', rpath='data/fsspec_folder', recursive=Tru
127127
### Download files via AzureMachineLearningFileSystem
128128
```python
129129
# you can specify recursive as False to download a file
130-
# Downloading overwrite option is set to be MERGE_WITH_OVERWRITE
130+
# downloading overwrite option is set to be MERGE_WITH_OVERWRITE
131131
fs.download(rpath='data/fsspec/crime-spring.csv', lpath='data/download_files/, recursive=False)
132132

133133
# you need to specify recursive as True to download a folder

0 commit comments

Comments
 (0)