From ed5864c7bdf4f8dbb0237d8b92ed7e956b3d4e33 Mon Sep 17 00:00:00 2001 From: chanakaHetti Date: Tue, 17 Sep 2024 22:15:09 +0100 Subject: [PATCH 1/2] I fix the some typos on the introduction-to-numpy file --- section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb b/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb index 6e8952950..aad50d248 100644 --- a/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb +++ b/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb @@ -81,7 +81,7 @@ "* Sorting arrays\n", "* Use cases (examples of turning things into numbers)\n", "\n", - "After going through it, you'll have the base knolwedge of NumPy you need to keep moving forward." + "After going through it, you'll have the base knowledge of NumPy you need to keep moving forward." ] }, { From 56d473f5cd3b320148696e2ed57f7e3a19fd3794 Mon Sep 17 00:00:00 2001 From: chanakaHetti Date: Tue, 17 Sep 2024 22:18:21 +0100 Subject: [PATCH 2/2] I fix the some typos on the introduction-to-numpy file --- section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb b/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb index aad50d248..c381fcfa3 100644 --- a/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb +++ b/section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb @@ -167,7 +167,7 @@ "metadata": {}, "outputs": [], "source": [ - "# 1-dimensonal array, also referred to as a vector\n", + "# 1-dimensional array, also referred to as a vector\n", "a1 = np.array([1, 2, 3])\n", "\n", "# 2-dimensional array, also referred to as matrix\n",