Update dispatcher.py

In line 469 corrected a typo in the word "more" (was "mre")
This commit is contained in:
SM CheeseNick 2023-07-16 23:35:55 +03:00 committed by GitHub
parent 0ed62bcadf
commit 0dd9c13e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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