undo minor typo fix

This commit is contained in:
Stefano
2026-03-14 12:11:52 +09:00
parent f1aaf99317
commit 36e259b347
+1 -1
View File
@@ -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: