Skip to content

Commit

Permalink
Update src/hdmf/container.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Dec 12, 2023
1 parent 5ab39fe commit efc560e
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 @@ -758,7 +758,7 @@ def set_data_io(self, dataset_name: str, data_io_class: Type[DataIO], data_io_kw
data_io_class: Type[DataIO]
Class to use for DataIO, e.g. H5DataIO or ZarrDataIO
data_io_kwargs: dict, optional
kwargs passed to the constructor of the DataIO class.
keyword arguments passed to the constructor of the DataIO class.
**kwargs:
DEPRECATED. Use data_io_kwargs instead.
kwargs are passed to the constructor of the DataIO class.
Expand Down

0 comments on commit efc560e

Please sign in to comment.