update docstring

This commit is contained in:
iuvbio 2019-03-11 21:10:22 +01:00
parent c907e80c10
commit e38a3051a1
1 changed files with 2 additions and 3 deletions

View File

@ -60,9 +60,8 @@ class IPairList(ABC):
def _validate_whitelist(self, whitelist: List[str]) -> List[str]:
"""
Check available markets and remove pair from whitelist if necessary
:param whitelist: the sorted list (based on BaseVolume) of pairs the user might want to
trade
:return: the list of pairs the user wants to trade without the one unavailable or
:param whitelist: the sorted list of pairs the user might want to trade
:return: the list of pairs the user wants to trade without those unavailable or
black_listed
"""
markets = self._freqtrade.exchange.markets