Skip to content

Commit d6bf20b

Browse files
authored
Merge pull request freqtrade#11889 from racequite/develop
docs: Fix comment
2 parents 2d842ea + 489b7e6 commit d6bf20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/strategy-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ To verify if a pair is currently locked, use `self.is_pair_locked(pair)`.
10681068
``` python
10691069
from freqtrade.persistence import Trade
10701070
from datetime import timedelta, datetime, timezone
1071-
# Put the above lines a the top of the strategy file, next to all the other imports
1071+
# Put the above lines at the top of the strategy file, next to all the other imports
10721072
# --------
10731073

10741074
# Within populate indicators (or populate_entry_trend):

0 commit comments

Comments
 (0)