Skip to content

Commit

Permalink
Update docstring for add_missing_bounds()
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Nov 29, 2023
1 parent 20371c8 commit 7ef830c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xcdat/bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ def add_missing_bounds( # noqa: C901
``"time_bnds"`` and ``ds.time_bnds`` is present in the dataset.
5. For the "T" axis, its coordinates must be composed of datetime-like
objects (`np.datetime64` or `cftime`).
objects (``np.datetime64`` or ``cftime``).
Parameters
----------
axes : List[str]
List of CF axes that function should operate on. Options include
"X", "Y", "T", or "Z".
List of CF axes that function should operate on, by default
["X", "Y", "T"]. Options include "X", "Y", "T", or "Z".
Returns
-------
Expand Down

0 comments on commit 7ef830c

Please sign in to comment.