Clarify comments in pairlist

This commit is contained in:
Matthias
2021-04-19 15:15:40 +02:00
parent a51ffdaa3a
commit a2acb54e7e
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class StaticPairList(IPairList):
"""
Generate the pairlist
:param cached_pairlist: Previously generated pairlist (cached)
:param tickers: Tickers (from exchange.get_tickers()).
:param tickers: Tickers (from exchange.get_tickers()). May be cached.
:return: List of pairs
"""
if self._allow_inactive: