From dc5f646f247dc4cdac14ca8f9e426dc93a45d73a Mon Sep 17 00:00:00 2001 From: fengyuchuanshen Date: Tue, 4 Nov 2025 22:59:01 +0800 Subject: [PATCH] chore: minor improvement for docs Signed-off-by: fengyuchuanshen --- freqtrade/freqtradebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 8b2885dbc..e1b6fa674 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -1,5 +1,5 @@ """ -Freqtrade is the main module of this bot. It contains the class Freqtrade() +Freqtrade is the main module of this bot. It contains the FreqtradeBot class. """ import logging