Skip to content

Commit

Permalink
Update satpy/writers/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud authored Apr 5, 2023
1 parent e6eed4f commit 9699af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/writers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def save_dataset(self, dataset, filename=None, fill_value=None,
If `False` return either a :doc:`dask:delayed`
object or tuple of (source, target). See the
return values below for more information.
units (srting or None): If not None, will convert the dataset to
units (str or None): If not None, will convert the dataset to
the given unit before saving using
pint-xarray. Default is not to do any
conversion.
Expand Down

0 comments on commit 9699af2

Please sign in to comment.