From 6dfc9f6f8ea9d605e7ac55fb2c3b508503d0d53d Mon Sep 17 00:00:00 2001 From: Brendan C <30474072+brendan-c@users.noreply.github.com> Date: Sun, 5 Feb 2023 12:36:11 -0500 Subject: [PATCH] Update Week-02-practice.ipynb Fixes #3 --- Algebra-with-Python/Week-02-practice.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Algebra-with-Python/Week-02-practice.ipynb b/Algebra-with-Python/Week-02-practice.ipynb index 845c601..ea24513 100644 --- a/Algebra-with-Python/Week-02-practice.ipynb +++ b/Algebra-with-Python/Week-02-practice.ipynb @@ -147,7 +147,7 @@ " one_step_add()\n", " one_step_subtract()\n", " one_step_mult()\n", - " one-step_div()\n", + " one_step_div()\n", " two_step()\n", " print(\" \")\n", "\n", @@ -156,4 +156,4 @@ ] } ] -} \ No newline at end of file +}