diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index fbad3596f..bb9f594d7 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -1685,7 +1685,7 @@ class FreqtradeBot(LoggingMixin): """ Cancel trade orders of specified sides that are currently open :param trade: Trade object of the trade we're analyzing - :param reason: The reason for that cancelation + :param reason: The reason for that cancellation :param sides: The sides where cancellation should take place :return: None """