Skip to content

Commit 9bbf968

Browse files
authored
comment fix
1 parent 4d90224 commit 9bbf968

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)