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 +}