Update tools_numpy.ipynb

To create an ndarray using NumPy's `arange` function, which is similar to python's built-in `range` function
main
Richaldo Elias 2020-07-25 18:42:30 +02:00 committed by GitHub
parent e90606bf69
commit fd54bc6e8c
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
"metadata": {},
"source": [
"## `np.arange`\n",
"You can create an `ndarray` using NumPy's `range` function, which is similar to python's built-in `range` function:"
"You can create an `ndarray` using NumPy's `arange` function, which is similar to python's built-in `range` function:"
]
},
{