mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix(docs): fix formatting in router.rst
This commit is contained in:
parent
02683b8c37
commit
a5f33d5562
1 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ Example:
|
|||
|
||||
.. code-block:: python
|
||||
:caption: module_1.py
|
||||
:name: module_1
|
||||
:name: module_1
|
||||
|
||||
router2 = Router()
|
||||
|
||||
|
|
@ -242,7 +242,7 @@ Example:
|
|||
|
||||
.. code-block:: python
|
||||
:caption: module_2.py
|
||||
:name: module_2
|
||||
:name: module_2
|
||||
|
||||
from module_2 import router2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue