Skip to content

Commit d404dc5

Browse files
committed
Fix typo: Retreive -> Retrieve
1 parent fb526ea commit d404dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-move-data-in-out-of-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ __The `train.py` script referenced from the PythonScriptStep__
141141
```python
142142
# In pipeline script
143143
parser = argparse.ArgumentParser()
144-
# Retreive the dataset passed as an argument
144+
# Retrieve the dataset passed as an argument
145145
parser.add_argument('--training-folder', type=str, dest='train_folder', help='training data folder mounting point')
146146
args = parser.parse_args()
147147
training_data_folder = args.train_folder

0 commit comments

Comments
 (0)