Skip to content

Commit fb3c2f7

Browse files
Typo
1 parent 3c55a33 commit fb3c2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: notebooks/02.00-Introduction-to-NumPy.ipynb

+1-1
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)