From 47fce3cfd52b3d8abc2b1c10f796406cebbc9d86 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Tue, 30 Mar 2021 23:14:46 +0300 Subject: [PATCH] style: minor docs styling --- aiogram/contrib/middlewares/i18n.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aiogram/contrib/middlewares/i18n.py b/aiogram/contrib/middlewares/i18n.py index df041116..58ef42b2 100644 --- a/aiogram/contrib/middlewares/i18n.py +++ b/aiogram/contrib/middlewares/i18n.py @@ -122,7 +122,8 @@ class I18nMiddleware(BaseMiddleware): async def get_user_locale(self, action: str, args: Tuple[Any]) -> str: """ User locale getter - You can override the method if you want to use different way of getting user language. + You can override the method if you want to use different way of + getting user language. :param action: event name :param args: event arguments