Skip to content

Commit be053d2

Browse files
authored
Merge pull request udacity#169 from brandon-o/patch-1
Correct typo
2 parents f71bab5 + 5bc0fda commit be053d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/student_intervention/student_intervention.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"# TODO: Import the three supervised learning models from sklearn\n",
357357
"# from sklearn import model_A\n",
358358
"# from sklearn import model_B\n",
359-
"# from skearln import model_C\n",
359+
"# from sklearn import model_C\n",
360360
"\n",
361361
"# TODO: Initialize the three models\n",
362362
"clf_A = None\n",

0 commit comments

Comments
 (0)