Update comment

This commit is contained in:
Matthias 2018-12-29 08:47:14 +01:00
parent 8f3ea3608a
commit 35c8d1dcbe

View File

@ -40,6 +40,7 @@ class DataProvider(object):
def ohlcv(self, pair: str, copy: bool = True) -> List[str]:
"""
get ohlcv data for the given pair as DataFrame
Please check `available_pairs` to verify which pairs are currently cached.
:param pair: pair to get the data for
:param copy: copy dataframe before returning.
Use false only for RO operations (where the dataframe is not modified)