Skip to content

Commit b980f06

Browse files
committed
edits
1 parent 888f630 commit b980f06

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
@@ -184,7 +184,7 @@ dataprep_step = PythonScriptStep(
184184
185185
### Use `OutputFileDatasetConfig` as outputs of a training step
186186

187-
In your pipeline's `PythonScriptStep`, you can retrieve the available output paths by using the program's arguments. If this step is the first and will initialize the output data, you need to create the directory at the specified path. You can then write whatever files you want to be contained in the `OutputFileDatasetConfig`.
187+
In your pipeline's `PythonScriptStep`, you can retrieve the available output paths by using the program's arguments. If this step is the first one and will initialize the output data, you need to create the directory at the specified path. You can then write whatever files you want to be contained in the `OutputFileDatasetConfig`.
188188

189189
```python
190190
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)