Skip to content

Commit f1dfe1c

Browse files
Update xarray.ipynb
Couple of typos
1 parent a0ee307 commit f1dfe1c

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)