From a0f7a0dd565aa8fd26997bd47a561830b6a3a36e Mon Sep 17 00:00:00 2001 From: Koray Tugay Date: Sat, 8 Sep 2018 11:41:56 -0400 Subject: [PATCH] Update 100_Numpy_exercises_no_solution.md --- 100_Numpy_exercises_no_solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/100_Numpy_exercises_no_solution.md b/100_Numpy_exercises_no_solution.md index 1e7e7d7..6e10456 100644 --- a/100_Numpy_exercises_no_solution.md +++ b/100_Numpy_exercises_no_solution.md @@ -216,7 +216,7 @@ np.sqrt(-1) == np.emath.sqrt(-1) -#### 45. Create random vector of size 10 and replace the maximum value by 0 (★★☆) +#### 45. Create a random vector of size 10 and replace the maximum value by 0 (★★☆)