fix(docs): fix formatting in router.rst

This commit is contained in:
Вадим Христенко 2025-04-04 14:25:30 +03:00 committed by GitHub
parent 02683b8c37
commit a5f33d5562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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