Skip to content

Commit

Permalink
fix to_netcdf docstring typo (#4021)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored May 3, 2020
1 parent 3820fb7 commit 6ce0724
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 @@ -1535,7 +1535,7 @@ def to_netcdf(
``dask.delayed.Delayed`` object that can be computed later.
invalid_netcdf: boolean
Only valid along with engine='h5netcdf'. If True, allow writing
hdf5 files which are valid netcdf as described in
hdf5 files which are invalid netcdf as described in
https://github.com/shoyer/h5netcdf. Default: False.
"""
if encoding is None:
Expand Down

0 comments on commit 6ce0724

Please sign in to comment.