From 5918e59b9f2e93e5ef550b3c0f1a301cc41b9d34 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Tue, 26 Apr 2022 22:39:06 -0400 Subject: [PATCH] fix: change audit formulation --- piscine/week01/day01/ex05/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piscine/week01/day01/ex05/audit/README.md b/piscine/week01/day01/ex05/audit/README.md index d9031bb..ad81258 100644 --- a/piscine/week01/day01/ex05/audit/README.md +++ b/piscine/week01/day01/ex05/audit/README.md @@ -4,7 +4,7 @@ ##### The question 2 is validated if the generated array is based on an iterator as `range` or `np.arange`. Check that 100 is part of the array. -##### The question 3 is validated if you concatenated this way `np.concatenate(array1,array2)`. +##### The question 3 is validated if the array is concatenated this way `np.concatenate(array1,array2)`. ##### The question 4 is validated if the result is: