From 4a08e3dac66daa6957abd38826bf368504ed6356 Mon Sep 17 00:00:00 2001 From: deruyth <121791850+deruyth@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:30:14 +0100 Subject: [PATCH] Update aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb --- ...-pipelines-showcasing-datapath-and-pipelineparameter.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb index 40abdc1f9..4fb9b0915 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-showcasing-datapath-and-pipelineparameter.ipynb @@ -153,7 +153,7 @@ "source": [ "## Data and arguments setup \n", "\n", - "We will setup a trining script to run and its arguments to be used. The sample training script below will print the two arguments to show what has been passed to pipeline." + "We will setup a training script to run and its arguments to be used. The sample training script below will print the two arguments to show what has been passed to pipeline." ] }, { @@ -527,4 +527,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}