Skip to content

Commit

Permalink
Fix sphinx docs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Jan 1, 2024
1 parent 971dfce commit 111c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf_zarr/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 111c78c

Please sign in to comment.