From 47a5e8702e44f71bb355bcba0ff6214fe6d09d83 Mon Sep 17 00:00:00 2001 From: Michael Sumner Date: Wed, 25 Sep 2024 00:15:23 +1000 Subject: [PATCH] Update backend.py (tiny typo) (#240) --- virtualizarr/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualizarr/backend.py b/virtualizarr/backend.py index 73fabe74..904cad77 100644 --- a/virtualizarr/backend.py +++ b/virtualizarr/backend.py @@ -104,7 +104,7 @@ def open_virtual_dataset( if cftime_variables is not None: # It seems like stacklevel=2 is req to surface this warning. warnings.warn( - "cftime_variables is depreciated and will be ignored. Pass decode_times=True and loadable_variables=['time'] to decode time values to datetime objects.", + "cftime_variables is deprecated and will be ignored. Pass decode_times=True and loadable_variables=['time'] to decode time values to datetime objects.", DeprecationWarning, stacklevel=2, )