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 +}