From 2d40807b6658bb7e2e371f645208d8476bb3f9cd Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Oct 2025 07:56:42 +0200 Subject: [PATCH] chore: fix description typo --- build_helpers/schema.json | 2 +- freqtrade/config_schema/config_schema.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index 08b113d79..974ae0431 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1462,7 +1462,7 @@ "default": false }, "override_exchange_check": { - "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.", + "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.", "type": "boolean", "default": false }, diff --git a/freqtrade/config_schema/config_schema.py b/freqtrade/config_schema/config_schema.py index d694ea3fc..c9425d6cb 100644 --- a/freqtrade/config_schema/config_schema.py +++ b/freqtrade/config_schema/config_schema.py @@ -1144,7 +1144,7 @@ CONF_SCHEMA = { }, "override_exchange_check": { "description": ( - "Override the exchange check to force FreqAI to use exchanges" + "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." ),