From 115973fb4203fb47a051bc5948035496f139e31c Mon Sep 17 00:00:00 2001 From: chibulcuteanu Date: Wed, 16 May 2018 15:59:32 +0300 Subject: [PATCH] Fixed small typo Fixed small typo --- course-3/module-5-decision-tree-assignment-2-blank.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-3/module-5-decision-tree-assignment-2-blank.ipynb b/course-3/module-5-decision-tree-assignment-2-blank.ipynb index 87bae51..fffff2f 100644 --- a/course-3/module-5-decision-tree-assignment-2-blank.ipynb +++ b/course-3/module-5-decision-tree-assignment-2-blank.ipynb @@ -335,7 +335,7 @@ "outputs": [], "source": [ "print \"Total number of grade.A loans : %s\" % loans_data['grade.A'].sum()\n", - "print \"Expexted answer : 6422\"" + "print \"Expected answer : 6422\"" ] }, {