docs: Correct a typo error

This commit is contained in:
sdmway 2024-04-30 10:47:55 -06:00 committed by GitHub
parent 849482da1f
commit f93cef935e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ All updates can be propagated to the dispatcher by :obj:`Dispatcher.feed_update(
.. code-block:: python .. code-block:: python
bot = Bot(...) bot = Bot(...)
dp = Dispathcher() dp = Dispatcher()
... ...