Skip to content

Commit 4963a96

Browse files
committed
chore: fix typo
1 parent 5750d05 commit 4963a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/data/history/datahandlers/idatahandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def get_datahandlerclass(datatype: str) -> type[IDataHandler]:
552552
from .hdf5datahandler import HDF5DataHandler
553553

554554
logger.warning(
555-
"DEPRECATED: The hdf5 dataformat is deprecated and will be removed in a the "
555+
"DEPRECATED: The hdf5 dataformat is deprecated and will be removed in the "
556556
"next release. "
557557
"Please use the convert-data command to convert your data to a supported format."
558558
"We recommend using the feather format, as it is faster and is more space-efficient."

0 commit comments

Comments
 (0)