From 3e46ab61824946925fbe02506f068e149c4f3103 Mon Sep 17 00:00:00 2001 From: Mukund Choudhary Date: Fri, 22 May 2020 14:27:33 +0530 Subject: [PATCH] possible typo fix --- Exercise1/exercise1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercise1/exercise1.ipynb b/Exercise1/exercise1.ipynb index 0d245b5..fcc76a3 100755 --- a/Exercise1/exercise1.ipynb +++ b/Exercise1/exercise1.ipynb @@ -508,7 +508,7 @@ " X : array_like\n", " The input dataset of shape (m x n+1).\n", " \n", - " y : arra_like\n", + " y : array_like\n", " Value at given features. A vector of shape (m, ).\n", " \n", " theta : array_like\n",