From 7f472eff423d37310078cf96e17487c243034600 Mon Sep 17 00:00:00 2001 From: SM CheeseNick <96052157+mak7ko@users.noreply.github.com> Date: Mon, 17 Jul 2023 00:28:30 +0300 Subject: [PATCH] Update dispatcher.py (#1220) In line 469 corrected a typo in the word "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 107a17b5..7c6acc7f 100644 --- a/aiogram/dispatcher/dispatcher.py +++ b/aiogram/dispatcher/dispatcher.py @@ -466,7 +466,7 @@ class Dispatcher(Router): """ Polling runner - :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