We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ee307 commit f1dfe1cCopy full SHA for f1dfe1c
xarray.ipynb
@@ -212,7 +212,7 @@
212
"metadata": {},
213
"outputs": [],
214
"source": [
215
- "# git the first 10 items\n",
+ "# get the first 10 items\n",
216
"da_f[:10]"
217
]
218
},
@@ -247,7 +247,7 @@
247
248
"### Basic Computations\n",
249
"\n",
250
- "When we perform mathematical maniulpations of xarray DataArrays, the coordinates come along for the ride.\n",
+ "When we perform mathematical manipulations of xarray DataArrays, the coordinates come along for the ride.\n",
251
"Imagine we want to calcuate\n",
252
253
"$$ g = f^2 + 1 $$\n",
0 commit comments