From 4c81b4210eaf4d5e80e1f722b42f7ff589477c5c Mon Sep 17 00:00:00 2001 From: Maxim Sergeev Date: Fri, 14 Mar 2025 16:26:58 +0300 Subject: [PATCH] docs: fix formatting in router.rst --- docs/dispatcher/router.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dispatcher/router.rst b/docs/dispatcher/router.rst index 9f59492a..485f9a76 100644 --- a/docs/dispatcher/router.rst +++ b/docs/dispatcher/router.rst @@ -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