style: minor docs styling

This commit is contained in:
Oleg A 2021-03-30 23:14:46 +03:00
parent 9d779b77eb
commit 47fce3cfd5

View file

@ -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