From 12df05f73ca4dbfccaac1e544c801361db03cbb4 Mon Sep 17 00:00:00 2001 From: Francesco Bottoni <100468506+B8ni@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:52:36 +0100 Subject: [PATCH] mistype haha --- lectures/micrograd/micrograd_lecture_first_half_roughly.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/micrograd/micrograd_lecture_first_half_roughly.ipynb b/lectures/micrograd/micrograd_lecture_first_half_roughly.ipynb index 1a3fa629..e798e25e 100644 --- a/lectures/micrograd/micrograd_lecture_first_half_roughly.ipynb +++ b/lectures/micrograd/micrograd_lecture_first_half_roughly.ipynb @@ -112,7 +112,7 @@ } ], "source": [ - "# les get more complex\n", + "# let's get more complex\n", "a = 2.0\n", "b = -3.0\n", "c = 10.0\n",