Skip to content

Commit

Permalink
Update src/hdmf/query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 14, 2024
1 parent 61b2a9d commit 1a65ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __getitem__(self, key):
idx = self.__evaluate_key(key)
return self.dataset[idx]

@docval({'name': 'dataset', 'type': ('array_data'), 'doc': 'the HDF5 file lazily evaluate'})
@docval({'name': 'dataset', 'type': 'array_data', 'doc': 'the HDF5 file lazily evaluate'})
def __init__(self, **kwargs):
super().__init__()
self.__dataset = getargs('dataset', kwargs)
Expand Down

0 comments on commit 1a65ebd

Please sign in to comment.