mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
style: minor docs styling
This commit is contained in:
parent
9d779b77eb
commit
47fce3cfd5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue