Skip to content

Commit

Permalink
chore: fix typo in dataprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 14, 2025
1 parent a13feaf commit 1f0b23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/data/dataprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _set_dataframe_max_index(self, limit_index: int):

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"
"""
Expand Down

0 comments on commit 1f0b23c

Please sign in to comment.