Merge pull request #200 from vladimir-tikhonov/patch-1

Fix small typo in numpy notebook
main
Aurélien Geron 2018-03-25 16:11:43 +02:00 committed by GitHub
commit 5d4e947037
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"NumPy first creates three `ndarrays` (one per dimension), each of shape `(3, 2, 10)`. Each array has values equal to the coordinate along a specific axis. For example, all elements in the `z` array are equal to their z-coordinate:\n", "NumPy first creates three `ndarrays` (one per dimension), each of shape `(2, 10)`. Each array has values equal to the coordinate along a specific axis. For example, all elements in the `z` array are equal to their z-coordinate:\n",
"\n", "\n",
" [[[ 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.]\n", " [[[ 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.]\n",
" [ 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.]]\n", " [ 0. 0. 0. 0. 0. 0. 0. 0. 0. 0.]]\n",