Skip to content

Commit 0b5333c

Browse files
authored
Merge pull request ageron#212 from RichaldoElias/patch-1
Update tools_numpy.ipynb
2 parents fca4f65 + b6bca5f commit 0b5333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools_numpy.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
"metadata": {},
379379
"source": [
380380
"## `np.arange`\n",
381-
"You can create an `ndarray` using NumPy's `range` function, which is similar to python's built-in `range` function:"
381+
"You can create an `ndarray` using NumPy's `arange` function, which is similar to python's built-in `range` function:"
382382
]
383383
},
384384
{

0 commit comments

Comments
 (0)