chore: fix typo in dataprovider

This commit is contained in:
Matthias
2025-01-14 06:33:53 +01:00
parent a13feaf49f
commit 1f0b23c5fc

View File

@@ -79,7 +79,7 @@ class DataProvider:
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.
:param limit_date: "current date"
"""