Skip to content

Commit 1423dae

Browse files
Merge pull request #7 from RichardScottOZ/patch-1
fix typo in dask.ipynb
2 parents a0ee307 + a35d0ef commit 1423dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"cell_type": "markdown",
243243
"metadata": {},
244244
"source": [
245-
"Notice that we just see a symbolic represetnation of the array, including its shape, dtype, and chunksize.\n",
245+
"Notice that we just see a symbolic representation of the array, including its shape, dtype, and chunksize.\n",
246246
"No data has been generated yet.\n",
247247
"When we call `.compute()` on a dask array, the computation is trigger and the dask array becomes a numpy array."
248248
]

0 commit comments

Comments
 (0)