From 111c78c790b596304f73a969389222a19a072108 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Sun, 31 Dec 2023 23:34:46 -0800 Subject: [PATCH] Fix sphinx docs warning --- src/hdmf_zarr/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdmf_zarr/utils.py b/src/hdmf_zarr/utils.py index c0870c07..cf735b60 100644 --- a/src/hdmf_zarr/utils.py +++ b/src/hdmf_zarr/utils.py @@ -480,7 +480,7 @@ def from_h5py_dataset(h5dataset, **kwargs): :param dataset: h5py.Dataset object that should be wrapped :type dataset: h5py.Dataset - :param **kwargs: Other keyword arguments to pass to ZarrDataIO.__init__ + :param kwargs: Other keyword arguments to pass to ZarrDataIO.__init__ :returns: ZarrDataIO object wrapping the dataset """