Skip to content

Commit 9f8e094

Browse files
authored
Merge pull request #237 from boutproject/dschwoerer-patch-1
Option has changed
2 parents aadaa3c + 2f3334e commit 9f8e094

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xbout/load.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ def open_boutdataset(
8686
keyword argument `drop_vars` to ignore the variables with conflicts, e.g. if `"S1"`
8787
and `"S2"` have conflicts
8888
```
89-
ds = open_boutdataset("data*/boutdata.nc", drop_vars=["S1", "S2"])
89+
ds = open_boutdataset("data*/boutdata.nc", drop_variables=["S1", "S2"])
9090
```
9191
will open a Dataset which is missing `"S1"` and `"S2"`.\
92-
[`drop_vars` is an argument of `xarray.open_dataset()` that is passed down through
93-
`kwargs`.]
92+
[`drop_variables` is an argument of `xarray.open_dataset()` that is passed down
93+
through `kwargs`.]
9494
9595
Parameters
9696
----------

0 commit comments

Comments
 (0)