Skip to content

Commit 4657a88

Browse files
authored
Merge pull request #110322 from RohitMungi-MSFT/patch-44
Fixing a typo in the code comment section
2 parents 968f4c1 + 5e9425a commit 4657a88

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
@@ -246,7 +246,7 @@ file_dataset = MNIST.get_file_dataset()
246246

247247
from azureml.opendatasets import Diabetes
248248

249-
# Diabetes class can return ONLY return TabularDataset and must be called from the static function
249+
# Diabetes class can return ONLY TabularDataset and must be called from the static function
250250
diabetes_tabular = Diabetes.get_tabular_dataset()
251251
```
252252

0 commit comments

Comments
 (0)