Skip to content

Commit 887b379

Browse files
authored
Merge pull request #5664 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 3390a9f + 4a2923b commit 887b379

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)