From a16d2a1ef90de96352cbf82d5dc6e5d3579d96b8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 14 Dec 2025 18:29:43 +0100 Subject: [PATCH] chore: fix typo --- freqtrade/rpc/rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/rpc/rpc.py b/freqtrade/rpc/rpc.py index 8a8376afb..81bb52ce5 100644 --- a/freqtrade/rpc/rpc.py +++ b/freqtrade/rpc/rpc.py @@ -1013,7 +1013,7 @@ class RPC: ) -> dict[str, str]: """ Handler for forceexit . - exts the given trade. Uses current price if price is None. + exits the given trade. Uses current price if price is None. """ if self._freqtrade.state == State.STOPPED: