From 23e1d98a3439a7ff7216a650f1d13eec2bb6c717 Mon Sep 17 00:00:00 2001 From: Artur Juraszek Date: Sun, 13 Oct 2019 20:35:58 +0200 Subject: [PATCH] s/Than/Then --- assignment1/Assignment1.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assignment1/Assignment1.ipynb b/assignment1/Assignment1.ipynb index 30ef445..dc924f8 100644 --- a/assignment1/Assignment1.ipynb +++ b/assignment1/Assignment1.ipynb @@ -1200,9 +1200,9 @@ "##### Plot the Decision boundary [1p]\n", "\n", "\n", - "Use meshgrid to generate the points in the space spanned by data\n", - "Than map the classes to numbers 0, 1, 2 and make a contour plot with the\n", - "decision boundary" + "Use meshgrid to generate the points in the space spanned by data.\n", + "Then map the classes to numbers 0, 1, 2 and make a contour plot with the\n", + "decision boundary." ] }, { @@ -2184,4 +2184,4 @@ "outputs": [] } ] -} \ No newline at end of file +}