From 974f8dc0947a6c74d3d9e1f0675aafb35c4a17b4 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:45:00 -0500 Subject: [PATCH] Fix docstring to match function declaration --- virtualizarr/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualizarr/backend.py b/virtualizarr/backend.py index 7ec0f860..03676d66 100644 --- a/virtualizarr/backend.py +++ b/virtualizarr/backend.py @@ -128,7 +128,7 @@ def open_virtual_dataset( ---------- filepath : str, default None File path to open as a set of virtualized zarr arrays. - filetype : FileType, default None + filetype : FileType or str, default None Type of file to be opened. Used to determine which kerchunk file format backend to use. Can be one of {'netCDF3', 'netCDF4', 'HDF', 'TIFF', 'GRIB', 'FITS', 'dmrpp', 'zarr_v3', 'kerchunk'}. If not provided will attempt to automatically infer the correct filetype from header bytes.