Update dispatcher.py (#1220)

In line 469 corrected a typo in the word "more" (was "mre")
This commit is contained in:
SM CheeseNick 2023-07-17 00:28:30 +03:00 committed by GitHub
parent 21351de335
commit 7f472eff42
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