From a5f33d5562c5cfb667f30b42581e910e0e312563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=B4=D0=B8=D0=BC=20=D0=A5=D1=80=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Fri, 4 Apr 2025 14:25:30 +0300 Subject: [PATCH] fix(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..317f4e8d 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 + :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