diff --git a/contrib/numpy/operations-on-arrays.md b/contrib/numpy/operations-on-arrays.md index e3966d27..16b35c58 100644 --- a/contrib/numpy/operations-on-arrays.md +++ b/contrib/numpy/operations-on-arrays.md @@ -111,7 +111,7 @@ print("Utilizing the % operator:", result_1) **Output:** ``` -Utilizing the % operator: [0 1 1 5] +Utilizing the ** operator: [0 1 1 5] ```