Skip to content

Commit ddacf40

Browse files
pythonweb2Joe Hamman
authored andcommitted
Update indexing.rst (#2700)
Grammar error
1 parent e53f21c commit ddacf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Vectorized indexing also works with ``isel``, ``loc``, and ``sel``:
371371
ind = xr.DataArray([['a', 'b'], ['b', 'a']], dims=['a', 'b'])
372372
da.loc[:, ind] # same as da.sel(y=ind)
373373
374-
These methods may and also be applied to ``Dataset`` objects
374+
These methods may also be applied to ``Dataset`` objects
375375

376376
.. ipython:: python
377377

0 commit comments

Comments
 (0)