typos in docstrings fixed

This commit is contained in:
hroff-1902
2019-06-23 23:10:37 +03:00
parent da5f77c96f
commit 116d8e853e
4 changed files with 21 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ def load_tickerdata_file(
timerange: Optional[TimeRange] = None) -> Optional[list]:
"""
Load a pair from file, either .json.gz or .json
:return tickerlist or None if unsuccesful
:return: tickerlist or None if unsuccesful
"""
filename = pair_data_filename(datadir, pair, ticker_interval)
pairdata = misc.file_load_json(filename)