From 8d64b3d3becca456f71e64cb6c7e091926c186c2 Mon Sep 17 00:00:00 2001 From: Yodha Sudarsi <101962069+Yodha-Sudarsi@users.noreply.github.com> Date: Mon, 20 May 2024 21:31:12 +0530 Subject: [PATCH] Revert "Update operations-on-arrays.md" --- contrib/numpy/operations-on-arrays.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ```