Fix typo in docstring
This commit is contained in:
parent
eaae9c9e03
commit
002a46c5a0
@ -12,7 +12,7 @@ def expand_pairlist(wildcardpl: List[str], available_pairs: List[str],
|
|||||||
:param wildcardpl: List of Pairlists, which may contain regex
|
:param wildcardpl: List of Pairlists, which may contain regex
|
||||||
:param available_pairs: List of all available pairs (`exchange.get_markets().keys()`)
|
:param available_pairs: List of all available pairs (`exchange.get_markets().keys()`)
|
||||||
:param keep_invalid: If sets to True, drops invalid pairs silently while expanding regexes
|
:param keep_invalid: If sets to True, drops invalid pairs silently while expanding regexes
|
||||||
:return expanded pairlist, with Regexes from wildcardpl applied to match all available pairs.
|
:return: expanded pairlist, with Regexes from wildcardpl applied to match all available pairs.
|
||||||
:raises: ValueError if a wildcard is invalid (like '*/BTC' - which should be `.*/BTC`)
|
:raises: ValueError if a wildcard is invalid (like '*/BTC' - which should be `.*/BTC`)
|
||||||
"""
|
"""
|
||||||
result = []
|
result = []
|
||||||
|
Loading…
Reference in New Issue
Block a user