Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 001-creating-arrays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@
}
],
"source": [
"np.random.randint(0, 10, (4, 6)) # creates ints from 1 to 9; excludes 10."
"np.random.randint(0, 10, (4, 6)) # creates ints from 0 to 9; excludes 10."
]
},
{
Expand Down Expand Up @@ -847,7 +847,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.2"
"version": "3.6.1"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions 004-indexing-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Disaplying a 2d array as an image"
"## Displaying a 2d array as an image"
]
},
{
Expand Down Expand Up @@ -422,7 +422,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.2"
"version": "3.6.1"
}
},
"nbformat": 4,
Expand Down