From 6c8411ae1c392bd8dab1c99f3a3f5e71d0264297 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:38:17 +0100 Subject: [PATCH] Update CM20315_Intro.ipynb --- CM20315/CM20315_Intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CM20315/CM20315_Intro.ipynb b/CM20315/CM20315_Intro.ipynb index cc4f90a..ba811db 100644 --- a/CM20315/CM20315_Intro.ipynb +++ b/CM20315/CM20315_Intro.ipynb @@ -176,7 +176,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",