From 06d17350fa4d3d354094fdd86e85105d9d6de79d Mon Sep 17 00:00:00 2001 From: Zacharia Schmitz <137827730+Zacharia-Schmitz@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:14:58 -0500 Subject: [PATCH] Update 100_Numpy_exercises.ipynb --- 100_Numpy_exercises.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100_Numpy_exercises.ipynb b/100_Numpy_exercises.ipynb index f7efe470..cb6e43fb 100644 --- a/100_Numpy_exercises.ipynb +++ b/100_Numpy_exercises.ipynb @@ -29,7 +29,7 @@ "id": "57fc0ee5", "metadata": {}, "source": [ - "Run the `initialize.py` module, then for each question you can query the\n", + "Run the `initialise.py` module, then for each question you can query the\n", "answer or an hint with `hint(n)` or `answer(n)` for `n` question number." ] },