change file name

pull/288/head
Hema Sree 2024-05-16 13:08:37 +05:30
rodzic 9f482ac818
commit 989278ebe3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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