Skip to content

Commit 1f0b23c

Browse files
committed
chore: fix typo in dataprovider
1 parent a13feaf commit 1f0b23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/data/dataprovider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _set_dataframe_max_index(self, limit_index: int):
7979

8080
def _set_dataframe_max_date(self, limit_date: datetime):
8181
"""
82-
Limit infomrative dataframe to max specified index.
82+
Limit informative dataframe to max specified index.
8383
Only relevant in backtesting.
8484
:param limit_date: "current date"
8585
"""

0 commit comments

Comments
 (0)