chore: fix typo

This commit is contained in:
Matthias
2024-12-24 15:35:34 +01:00
parent 5750d05891
commit 4963a9668f

View File

@@ -552,7 +552,7 @@ def get_datahandlerclass(datatype: str) -> type[IDataHandler]:
from .hdf5datahandler import HDF5DataHandler from .hdf5datahandler import HDF5DataHandler
logger.warning( logger.warning(
"DEPRECATED: The hdf5 dataformat is deprecated and will be removed in a the " "DEPRECATED: The hdf5 dataformat is deprecated and will be removed in the "
"next release. " "next release. "
"Please use the convert-data command to convert your data to a supported format." "Please use the convert-data command to convert your data to a supported format."
"We recommend using the feather format, as it is faster and is more space-efficient." "We recommend using the feather format, as it is faster and is more space-efficient."