Skip to content

Commit 11e2aa4

Browse files
committed
update docs
1 parent c22c825 commit 11e2aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"source": [
2020
"## Overview\n",
2121
"\n",
22-
"In the previous notebooks, we learned basic forms of indexing with Xarray, including positional and label-based indexing, datetime indexing, and nearest neighbor lookups. We also learned that indexing an Xarray DataArray directly works (mostly) like it does for NumPy arrays; however, Xarray indexing behvaior deviates from NumPy when using multiple arrays for indexing, like `arr[[0, 1], [0, 1]]`.\n",
22+
"In the previous notebooks, we learned basic forms of indexing with Xarray, including positional and label-based indexing, datetime indexing, and nearest neighbor lookups. We also learned that indexing an Xarray DataArray directly works (mostly) like it does for NumPy arrays; however, Xarray indexing behavior deviates from NumPy when using multiple arrays for indexing, like `arr[[0, 1], [0, 1]]`.\n",
2323
"\n",
2424
"To better understand this difference, let's take a look at an example of 2D 5x5 array:"
2525
]
@@ -60,7 +60,7 @@
6060
"cell_type": "markdown",
6161
"metadata": {},
6262
"source": [
63-
"Now, let's see how the indexing behavior is different between NumPy array and Xarray DataArray when indexing with mutliple arrays:"
63+
"Now, let's see how the indexing behavior is different between NumPy array and Xarray DataArray when indexing with multiple arrays:"
6464
]
6565
},
6666
{

0 commit comments

Comments
 (0)