Update dispatcher.py

On line 576 corrected typo in world more (was mre)
This commit is contained in:
SM CheeseNick 2023-12-22 13:06:43 +02:00 committed by GitHub
parent a2e5f9a8b8
commit 3d7f1c694a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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