Skip to content

Commit

Permalink
Does this 's' really make a difference...
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 19, 2022
1 parent c2e9c44 commit c43e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdflib/xarray_to_cdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def xarray_to_cdf(xarray_dataset, file_name, from_unixtime=False, from_datetime=
>>> os.remove('hello.cdf')
>>> cdflib.xarray_to_cdf(ds, 'hello.cdf')
Example:
Examples:
>>> # Import the needed libraries
>>> import cdflib
>>> import xarray as xr
Expand Down

1 comment on commit c43e8ce

@dstansby
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation uses the numpydoc (https://numpydoc.readthedocs.io/en/latest/format.html#sections) format, so that might be why it makes a difference.

Please sign in to comment.