Fix comment

This commit is contained in:
Matthias 2019-01-26 19:16:33 +01:00
parent d136cac181
commit bfd8609352
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class DataProvider(object):
def historic_ohlcv(self, pair: str, ticker_interval: str) -> DataFrame:
"""
get historic ohlcv data stored for backtesting
get stored historic ohlcv data
:param pair: pair to get the data for
:param tick_interval: ticker_interval to get pair for
"""