Minor documentation and type hint updates

This commit is contained in:
Lonami Exo
2019-07-17 12:37:16 +02:00
parent 4bf85d9e8e
commit cbcbda5276
5 changed files with 6 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ class UserMethods:
async def is_user_authorized(self: 'TelegramClient') -> bool:
"""
Returns `True` if the user is authorized (i.e. has logged in).
Returns `True` if the user is authorized (logged in).
Example
.. code-block:: python