Improve protection documentation

This commit is contained in:
Matthias
2020-11-11 20:54:24 +01:00
parent 1f703dc341
commit bb06365c50
3 changed files with 21 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ from freqtrade.plugins.protections import IProtection, ProtectionReturn
logger = logging.getLogger(__name__)
class LowProfitpairs(IProtection):
class LowProfitPairs(IProtection):
def __init__(self, config: Dict[str, Any], protection_config: Dict[str, Any]) -> None:
super().__init__(config, protection_config)