Skip to content

Commit

Permalink
Update backend.py (tiny typo) (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner authored Sep 24, 2024
1 parent 53a609f commit 47a5e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualizarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 47a5e87

Please sign in to comment.