Update docstring for new filter

This commit is contained in:
Matthias 2020-11-24 20:25:18 +01:00
parent 8ae604d473
commit 6810192992
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class VolumePairList(IPairList):
def needstickers(self) -> bool:
"""
Boolean property defining if tickers are necessary.
If no Pairlist requires tickers, an empty List is passed
If no Pairlist requires tickers, an empty Dict is passed
as tickers argument to filter_pairlist
"""
return True