diff --git a/src/hdmf/container.py b/src/hdmf/container.py index fdc4937df..721415214 100644 --- a/src/hdmf/container.py +++ b/src/hdmf/container.py @@ -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):