mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update dispatcher.py (#1220)
In line 469 corrected a typo in the word "more" (was "mre")
This commit is contained in:
parent
21351de335
commit
7f472eff42
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue