From e362a5b59d93512a57fe2808bde70dc6c5a9957a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20T=C3=BAlio=20Zuquim?= Date: Fri, 15 Sep 2017 18:55:35 -0300 Subject: [PATCH] Small documentation fix in user.py (#829) --- telegram/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/user.py b/telegram/user.py index 6b273cb88..1956af194 100644 --- a/telegram/user.py +++ b/telegram/user.py @@ -32,7 +32,7 @@ class User(TelegramObject): is_bot (:obj:`bool`): True, if this user is a bot first_name (:obj:`str`): User's or bot's first name. last_name (:obj:`str`): Optional. User's or bot's last name. - username (:obj:`str`): Optional. User's or bot's last name. + username (:obj:`str`): Optional. User's or bot's username. language_code (:obj:`str`): Optional. IETF language tag of the user's language. bot (:class:`telegram.Bot`): Optional. The Bot to use for instance methods.