chore: fix typo

This commit is contained in:
Matthias
2025-12-14 18:29:43 +01:00
parent 13c86452e9
commit a16d2a1ef9

View File

@@ -1013,7 +1013,7 @@ class RPC:
) -> dict[str, str]:
"""
Handler for forceexit <id>.
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: