Merge pull request #212 from RichaldoElias/patch-1

Update tools_numpy.ipynb
main
Aurélien Geron 2020-07-29 09:16:40 +12:00 committed by GitHub
commit 1e81324573
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:"
]
},
{