From c197f566387891b52c4bc93e14346d6d27a7268f Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:27:55 +0200 Subject: [PATCH] Update README.md --- piscine/week01/day01/ex01/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piscine/week01/day01/ex01/audit/README.md b/piscine/week01/day01/ex01/audit/README.md index 8fb891c..b15b0c9 100644 --- a/piscine/week01/day01/ex01/audit/README.md +++ b/piscine/week01/day01/ex01/audit/README.md @@ -1,4 +1,4 @@ -##### This exercise is validated if the your_numpy_array is a NumPy array. It can be checked with `type(your_numpy_array)` that should be equal to `numpy.ndarray`. +###### Is the your_numpy_array an NumPy array ? It can be checked with `type(your_numpy_array)` that should be equal to `numpy.ndarray`. ##### Run all the cells of the notebook or `python main.py`