From 489b7e6d18d30bf3713e974959c34f2c0ee2569f Mon Sep 17 00:00:00 2001 From: racequite Date: Mon, 16 Jun 2025 22:16:14 +0800 Subject: [PATCH] docs: Fix comment Signed-off-by: racequite --- docs/strategy-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index 1220db492..6c09c4cfc 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -1068,7 +1068,7 @@ To verify if a pair is currently locked, use `self.is_pair_locked(pair)`. ``` python from freqtrade.persistence import Trade from datetime import timedelta, datetime, timezone -# Put the above lines a the top of the strategy file, next to all the other imports +# Put the above lines at the top of the strategy file, next to all the other imports # -------- # Within populate indicators (or populate_entry_trend):