docs: fix formatting in router.rst

This commit is contained in:
Maxim Sergeev 2025-03-14 16:26:58 +03:00 committed by GitHub
parent 658f1fc082
commit 4c81b4210e
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
# module_1
router2 = Router()
@ -242,7 +242,7 @@ Example:
.. code-block:: python
:caption: module_2.py
:name: module_2
# module_2
from module_2 import router2