mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
docs: Correct a typo error
This commit is contained in:
parent
849482da1f
commit
f93cef935e
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
|
.. code-block:: python
|
||||||
|
|
||||||
bot = Bot(...)
|
bot = Bot(...)
|
||||||
dp = Dispathcher()
|
dp = Dispatcher()
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue