From c951720282314864afd8ea25b54601f22bb8d15f Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:37:46 +0100 Subject: [PATCH] Update CM20315_Intro_Answers.ipynb --- CM20315/CM20315_Intro_Answers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CM20315/CM20315_Intro_Answers.ipynb b/CM20315/CM20315_Intro_Answers.ipynb index 4efdb8d..1eff4fe 100644 --- a/CM20315/CM20315_Intro_Answers.ipynb +++ b/CM20315/CM20315_Intro_Answers.ipynb @@ -215,7 +215,7 @@ "# Color represents y value (brighter = higher value)\n", "# Black = -10 or less, White = +10 or more\n", "# 0 = mid orange\n", - "# Lines are conoturs where value is equal\n", + "# Lines are contours where value is equal\n", "draw_2D_function(x1,x2,y)\n", "\n", "# TODO\n",