Skip to content

Commit cdb194a

Browse files
committed
fix typo
1 parent 0986350 commit cdb194a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ft_client/freqtrade_client/ft_rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def available_pairs(self, timeframe=None, stake_currency=None):
443443
"""Return available pair (backtest data) based on timeframe / stake_currency selection
444444
445445
:param timeframe: Only pairs with this timeframe available.
446-
:param stake_currency: Only pairs that include this timeframe
446+
:param stake_currency: Only pairs that include this stake currency.
447447
:return: json object
448448
"""
449449
return self._get(

0 commit comments

Comments
 (0)