Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Dec 10, 2023
1 parent 6ce7c7c commit 3676c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def set_dataio(self, **kwargs):
self.__data = dataio

@docval(
{'name': 'data_io_class', 'type': Type[DataIO], 'doc': 'The DataIO to apply to the data held by this Data.'}
{'name': 'data_io_class', 'type': Type[DataIO], 'doc': 'The DataIO to apply to the data held by this Data.'},
{'name': 'data_io_kwargs', 'type': dict, 'doc': 'The keyword arguments to pass to the DataIO.'}
)
def set_data_io(self, **kwargs):
Expand Down

0 comments on commit 3676c5c

Please sign in to comment.