From e4d437f2e53a4a32a3133b6c34a65377f60e8fec Mon Sep 17 00:00:00 2001 From: waderoberts123 <32141163+waderoberts123@users.noreply.github.com> Date: Wed, 23 Jan 2019 14:02:58 -0700 Subject: [PATCH] Update indexing.rst Grammar error --- doc/indexing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/indexing.rst b/doc/indexing.rst index 3878d983cf6..77ec7428991 100644 --- a/doc/indexing.rst +++ b/doc/indexing.rst @@ -371,7 +371,7 @@ Vectorized indexing also works with ``isel``, ``loc``, and ``sel``: ind = xr.DataArray([['a', 'b'], ['b', 'a']], dims=['a', 'b']) da.loc[:, ind] # same as da.sel(y=ind) -These methods may and also be applied to ``Dataset`` objects +These methods may also be applied to ``Dataset`` objects .. ipython:: python