From 36f1010784d154894b5dc5c85019ec37199b82df Mon Sep 17 00:00:00 2001 From: Chaitanya Prakash Bapat Date: Thu, 6 Dec 2018 18:12:44 -0800 Subject: [PATCH] Update MXNetTutorialTemplate.ipynb Fix typos --- example/MXNetTutorialTemplate.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/MXNetTutorialTemplate.ipynb b/example/MXNetTutorialTemplate.ipynb index 851a87f18247..0b0b19381809 100644 --- a/example/MXNetTutorialTemplate.ipynb +++ b/example/MXNetTutorialTemplate.ipynb @@ -13,7 +13,7 @@ "source": [ "A brief introduction to the tutorial that describes:\n", "\n", - "- The problem that that the tutorial addresses\n", + "- The problem that the tutorial addresses\n", "- Who the intended audience is\n", "- The expected experience level of that audience with a concept or tool \n", "- Which environment/language it runs in \n", @@ -239,7 +239,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "If appropriate, summarize the tasks required to create the model, defining and explaining key concepts." + "If appropriate, summarize the tasks required to fit the model, defining and explaining key concepts." ] }, { @@ -342,7 +342,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "To *fperform the task*, *provide explanation here.*" + "To *perform the task*, *provide explanation here.*" ] }, {