Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mesejo committed Jan 17, 2021
1 parent e85c249 commit 47cbca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4091,7 +4091,7 @@ def drop_isel(self, indexers=None, **indexers_kwargs):
Dimensions without coordinates: x
Data variables:
A (x, y) float64 0.4002 1.868
>>> ds.drop_sel(y=1)
>>> ds.drop_isel(y=1)
<xarray.Dataset>
Dimensions: (x: 2, y: 2)
Coordinates:
Expand Down

0 comments on commit 47cbca9

Please sign in to comment.