Update docstring for the user class

This commit is contained in:
Suren Khorenyan 2018-06-11 00:28:14 +03:00
parent b7a67cd522
commit 7e601d1c8d

View file

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