Skip to content

Commit ccd740c

Browse files
authored
Fixing typo
Changing one occurrence of "obnject" to "object"
1 parent ad7e9d8 commit ccd740c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: notebooks/02.01-Understanding-Data-Types.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"Here ``'i'`` is a type code indicating the contents are integers.\n",
330330
"\n",
331331
"Much more useful, however, is the ``ndarray`` object of the NumPy package.\n",
332-
"While Python's ``array`` obnject provides efficient storage of array-based data, NumPy adds to this efficient *operations* on that data.\n",
332+
"While Python's ``array`` object provides efficient storage of array-based data, NumPy adds to this efficient *operations* on that data.\n",
333333
"We will explore these operations in later sections; here we'll demonstrate several ways of creating a NumPy array.\n",
334334
"\n",
335335
"We'll start with the standard NumPy import, under the alias ``np``:"

0 commit comments

Comments
 (0)