Skip to content

Commit 71d0c3b

Browse files
authored
Merge pull request #106330 from nibaccam/patch-8
comment fix
2 parents 12c97d4 + 9bbf968 commit 71d0c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-register-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ datastore = workspace.get_default_datastore()
136136

137137
# upload the local file from src_dir to the target_path in datastore
138138
datastore.upload(src_dir='data', target_path='data')
139-
create a dataset referencing the cloud location
139+
# create a dataset referencing the cloud location
140140
dataset = Dataset.Tabular.from_delimited_files(datastore.path('data/prepared.csv'))
141141
```
142142

0 commit comments

Comments
 (0)