Skip to content

Commit 2d40807

Browse files
committed
chore: fix description typo
1 parent 70fa12f commit 2d40807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_helpers/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@
14621462
"default": false
14631463
},
14641464
"override_exchange_check": {
1465-
"description": "Override the exchange check to force FreqAI to use exchangesthat may not have enough historic data. Turn this to True if you know your FreqAI model and strategy do not require historical data.",
1465+
"description": "Override the exchange check to force FreqAI to use exchanges that may not have enough historic data. Turn this to True if you know your FreqAI model and strategy do not require historical data.",
14661466
"type": "boolean",
14671467
"default": false
14681468
},

freqtrade/config_schema/config_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@
11441144
},
11451145
"override_exchange_check": {
11461146
"description": (
1147-
"Override the exchange check to force FreqAI to use exchanges"
1147+
"Override the exchange check to force FreqAI to use exchanges "
11481148
"that may not have enough historic data. Turn this to True if "
11491149
"you know your FreqAI model and strategy do not require historical data."
11501150
),

0 commit comments

Comments
 (0)