Skip to content

Commit a16d2a1

Browse files
committed
chore: fix typo
1 parent 13c8645 commit a16d2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/rpc/rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ def _rpc_force_exit(
10131013
) -> dict[str, str]:
10141014
"""
10151015
Handler for forceexit <id>.
1016-
exts the given trade. Uses current price if price is None.
1016+
exits the given trade. Uses current price if price is None.
10171017
"""
10181018

10191019
if self._freqtrade.state == State.STOPPED:

0 commit comments

Comments
 (0)