From 989278ebe3ac868d63f6f66b9461474fb2f8679e Mon Sep 17 00:00:00 2001 From: Hema Sree Date: Thu, 16 May 2024 13:08:37 +0530 Subject: [PATCH] change file name --- contrib/numpy/Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/numpy/Introduction.md b/contrib/numpy/Introduction.md index c0f5f52..eb3af67 100644 --- a/contrib/numpy/Introduction.md +++ b/contrib/numpy/Introduction.md @@ -21,7 +21,7 @@ pip install numpy ## Importing NumPy -To access NumPy functions, import it with the alias `np`: +To access NumPy functions, import it with the alias `np`. ```python import numpy as np