From c82a2c19e4641fd6cca13de3d50801baa4919950 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 25 Jan 2023 11:56:00 -0700 Subject: [PATCH] [skip-ci] [test-upstream] Update xarray/coding/cftime_offsets.py --- xarray/coding/cftime_offsets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xarray/coding/cftime_offsets.py b/xarray/coding/cftime_offsets.py index 47f048a8939..cf2ee558aaa 100644 --- a/xarray/coding/cftime_offsets.py +++ b/xarray/coding/cftime_offsets.py @@ -942,10 +942,12 @@ def cftime_range( Following pandas, the ``closed`` argument is deprecated in favor of the ``inclusive`` argument, and will be removed in a future version of xarray. + inclusive : {None, "both", "neither", "left", "right"}, default None Include boundaries; whether to set each bound as closed or open. .. versionadded:: 2023.01.1 + calendar : str, default: "standard" Calendar type for the datetimes.