Fix docstring typo

This commit is contained in:
Matthias
2021-05-16 20:34:02 +02:00
parent 26f5bc6584
commit 3006396398
7 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ class IPairList(LoggingMixin, ABC):
filter_pairlist() method.
:param pair: Pair that's currently validated
:param ticker: ticker dict as returned from ccxt.load_markets()
:param ticker: ticker dict as returned from ccxt.fetch_tickers()
:return: True if the pair can stay, false if it should be removed
"""
raise NotImplementedError()