From 36e259b3474c6b0b36475f121ba0470d3f3caedd Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 14 Mar 2026 12:11:52 +0900 Subject: [PATCH] undo minor typo fix --- freqtrade/plugins/pairlist/RemotePairList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/plugins/pairlist/RemotePairList.py b/freqtrade/plugins/pairlist/RemotePairList.py index 45a16c537..ded55534f 100644 --- a/freqtrade/plugins/pairlist/RemotePairList.py +++ b/freqtrade/plugins/pairlist/RemotePairList.py @@ -70,7 +70,7 @@ class RemotePairList(IPairList): """ Short whitelist method description - used for startup-messages """ - return f"{self.name} - {self._number_pairs or 'all'} pairs from RemotePairList." + return f"{self.name} - {self._number_pairs or 'all'} pairs from RemotePairlist." @staticmethod def description() -> str: