From 3d7f1c694a07460bdd6acfafc81ad168fcae55e1 Mon Sep 17 00:00:00 2001 From: SM CheeseNick <96052157+mak7ko@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:06:43 +0200 Subject: [PATCH] Update dispatcher.py On line 576 corrected typo in world more (was mre) --- aiogram/dispatcher/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/dispatcher/dispatcher.py b/aiogram/dispatcher/dispatcher.py index e3eb654a..4aa61a47 100644 --- a/aiogram/dispatcher/dispatcher.py +++ b/aiogram/dispatcher/dispatcher.py @@ -573,7 +573,7 @@ class Dispatcher(Router): """ Run many bots with polling - :param bots: Bot instances (one or mre) + :param bots: Bot instances (one or more) :param polling_timeout: Long-polling wait time :param handle_as_tasks: Run task for each event and no wait result :param backoff_config: backoff-retry config