From 7ef830c64db7fc0ad14f82eef2f8cbc1d73f8d9a Mon Sep 17 00:00:00 2001 From: tomvothecoder Date: Wed, 29 Nov 2023 09:15:04 -0800 Subject: [PATCH] Update docstring for `add_missing_bounds()` --- xcdat/bounds.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcdat/bounds.py b/xcdat/bounds.py index ee59e61c..f59ea3ff 100644 --- a/xcdat/bounds.py +++ b/xcdat/bounds.py @@ -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 -------