docs: Correct a typo error (#1473)

This commit is contained in:
sdmway 2024-04-30 14:35:56 -06:00 committed by GitHub
parent 849482da1f
commit 6d655330af
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
bot = Bot(...)
dp = Dispathcher()
dp = Dispatcher()
...