From 856665b7d391acdb975b1ea9cc2073fdf209003b Mon Sep 17 00:00:00 2001 From: ksivaa <98091246+ksivaa@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:41:11 +0200 Subject: [PATCH] Return punctuation and line break to the original --- 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 a4d09b2c..e945a178 100644 --- a/docs/dispatcher/router.rst +++ b/docs/dispatcher/router.rst @@ -17,8 +17,8 @@ Event observers Here is the list of available observers and examples of how to register handlers (In examples used only @decorator-style): -In these examples only decorator-style registering handlers are used, but if you dont like @decorators just use :obj:`.register(...)` method instead -. +In these examples only decorator-style registering handlers are used, but if you don't like @decorators just use :obj:`.register(...)` method instead. + Update ------