Skip to content

Commit 2b4b785

Browse files
authored
Merge pull request jakevdp#22 from aaronvanderlip/master
Typo
2 parents 3c55a33 + fb3c2f7 commit 2b4b785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/02.00-Introduction-to-NumPy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"cell_type": "markdown",
3131
"metadata": {},
3232
"source": [
33-
"THis chapter, along with chapter 3, outlines techniques for effectively loading, storing, and manipulating in-memory data in Python.\n",
33+
"This chapter, along with chapter 3, outlines techniques for effectively loading, storing, and manipulating in-memory data in Python.\n",
3434
"The topic is very broad: datasets can come from a wide range of sources and a wide range of formats, including be collections of documents, collections of images, collections of sound clips, collections of numerical measurements, or nearly anything else.\n",
3535
"Despite this apparent heterogeneity, it will help us to think of all data fundamentally as arrays of numbers.\n",
3636
"\n",

0 commit comments

Comments
 (0)