From 52f3ad460a92e4440de01a95be7f7fe864c59571 Mon Sep 17 00:00:00 2001
From: Robert Lanzafame <R.C.Lanzafame@tudelft.nl>
Date: Tue, 24 Sep 2024 02:19:02 +0200
Subject: [PATCH] WS 1.4 typo

---
 content/Week_1_4/WS_1_4_solution.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/Week_1_4/WS_1_4_solution.ipynb b/content/Week_1_4/WS_1_4_solution.ipynb
index 8cdce00a..1f0351be 100644
--- a/content/Week_1_4/WS_1_4_solution.ipynb
+++ b/content/Week_1_4/WS_1_4_solution.ipynb
@@ -311,7 +311,7 @@
    "outputs": [],
    "source": [
     "def partial_derivatives(times, rainy_days, rain, d_i, a_i, r_i):\n",
-    "    '''Compute partial derivates\n",
+    "    '''Compute partial derivatives\n",
     "    \n",
     "    Input:\n",
     "    times : array with observation times\n",
-- 
GitLab