Skip to content

Commit 33efdcd

Browse files
tkanmaerabernat
authored andcommitted
Fix a typo
1 parent 4fdf6d4 commit 33efdcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/data-structures.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ In addition to dictionary-like methods (described above), xarray has additional
375375
methods (like pandas) for transforming datasets into new objects.
376376

377377
For removing variables, you can select and drop an explicit list of
378-
variables by using the by indexing with a list of names or using the
379-
:py:meth:`~xarray.Dataset.drop` methods to return a new ``Dataset``. These
378+
variables by indexing with a list of names or using the
379+
:py:meth:`~xray.Dataset.drop` methods to return a new ``Dataset``. These
380380
operations keep around coordinates:
381381

382382
.. ipython:: python

0 commit comments

Comments
 (0)