mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update docstring for the user class
This commit is contained in:
parent
b7a67cd522
commit
7e601d1c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class User(base.TelegramObject):
|
|||
@property
|
||||
def locale(self) -> 'babel.core.Locale' or None:
|
||||
"""
|
||||
This property requires `Babel <https://pypi.python.org/pypi/Babel>`_ module
|
||||
Get user's locale
|
||||
|
||||
:return: :class:`babel.core.Locale`
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue