Skip to content

Commit

Permalink
Typo on chunks arg in open_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jul 1, 2020
1 parent aca2012 commit 0b34ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def open_dataset(
is chosen based on available dependencies, with a preference for
'netcdf4'.
chunks : int or dict, optional
If chunks is provided, it used to load the new dataset into dask
If chunks is provided, it is used to load the new dataset into dask
arrays. ``chunks={}`` loads the dataset with dask using a single
chunk for all arrays.
lock : False or duck threading.Lock, optional
Expand Down

0 comments on commit 0b34ab8

Please sign in to comment.