mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 20:23:32 +00:00
docs: Correct a typo error (#1473)
This commit is contained in:
parent
849482da1f
commit
6d655330af
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue