Skip to content

Commit 5a4739a

Browse files
Fix typo in #204
1 parent 1960302 commit 5a4739a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Module3_IntroducingNumpy/BasicArrayAttributes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"\n",
7474
"**ndarray.dtype**:\n",
7575
"\n",
76-
"An object describing the data type of the elements in the array. Recall that NumPy's ND-arrays are *homogeneous*: they can only posses numbers of a uniform data type. \n",
76+
"An object describing the data type of the elements in the array. Recall that NumPy's ND-arrays are *homogeneous*: they can only possess numbers of a uniform data type. \n",
7777
"\n",
7878
"```python\n",
7979
"# `example_array` contains integers, each of which are stored using 32 bits of memory\n",

0 commit comments

Comments
 (0)