Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Feb 26, 2024
1 parent 04058ae commit b7cc8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthkit/data/writers/grib.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def write(self, f, values, metadata, check_nans=True, bits_per_value=16):
metadata: :class:`GribMetadata`
Metadata of the GRIB field.
check_nans: bool
Replace nans in ``values`` with GRIB missing values when writing to``f``.
Replace nans in ``values`` with GRIB missing values when writing to ``f``.
bits_per_value: int
Set the ``bitsPerValue`` GRIB key in the generated GRIB message.
"""
Expand Down

0 comments on commit b7cc8a5

Please sign in to comment.