mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update dispatcher.py (#1384)
On line 576 corrected typo in world more (was mre)
This commit is contained in:
parent
a2e5f9a8b8
commit
756cfeba0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue