mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-31 03:10:24 +00:00
chore: fix typo in dataprovider
This commit is contained in:
@@ -79,7 +79,7 @@ class DataProvider:
|
|||||||
|
|
||||||
def _set_dataframe_max_date(self, limit_date: datetime):
|
def _set_dataframe_max_date(self, limit_date: datetime):
|
||||||
"""
|
"""
|
||||||
Limit infomrative dataframe to max specified index.
|
Limit informative dataframe to max specified index.
|
||||||
Only relevant in backtesting.
|
Only relevant in backtesting.
|
||||||
:param limit_date: "current date"
|
:param limit_date: "current date"
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user