Merge pull request #212 from RichaldoElias/patch-1

Update tools_numpy.ipynb
This commit is contained in:
Aurélien Geron
2020-07-29 09:16:40 +12:00
committed by GitHub

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:"
]
},
{