Skip to content

Commit 0bb3ad0

Browse files
Merge pull request #94000 from chritter/patch-1
Update tutorial-pipeline-python-sdk.md
2 parents a02f08b + e0d82e1 commit 0bb3ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/tutorial-pipeline-python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The code that you've executed so far has create and controlled Azure resources.
174174

175175
If you're following along with the example in the [AzureML Examples repo](https://github.com/Azure/azureml-examples/tree/main/python-sdk/tutorials/using-pipelines), the source file is already available as `keras-mnist-fashion/prepare.py`.
176176

177-
If you're working from scratch, create a subdirectory called `kera-mnist-fashion/`. Create a new file, add the following code to it, and name the file `prepare.py`.
177+
If you're working from scratch, create a subdirectory called `keras-mnist-fashion/`. Create a new file, add the following code to it, and name the file `prepare.py`.
178178

179179
```python
180180
# prepare.py

0 commit comments

Comments
 (0)