Skip to content

Commit 87c30c5

Browse files
Merge pull request #8 from RichardScottOZ/patch-2
Update xarray.ipynb
2 parents 1423dae + f1dfe1c commit 87c30c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xarray.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"metadata": {},
213213
"outputs": [],
214214
"source": [
215-
"# git the first 10 items\n",
215+
"# get the first 10 items\n",
216216
"da_f[:10]"
217217
]
218218
},
@@ -247,7 +247,7 @@
247247
"source": [
248248
"### Basic Computations\n",
249249
"\n",
250-
"When we perform mathematical maniulpations of xarray DataArrays, the coordinates come along for the ride.\n",
250+
"When we perform mathematical manipulations of xarray DataArrays, the coordinates come along for the ride.\n",
251251
"Imagine we want to calcuate\n",
252252
"\n",
253253
"$$ g = f^2 + 1 $$\n",

0 commit comments

Comments
 (0)