Fix several broken links in the docs

This commit is contained in:
Lonami Exo
2018-10-17 11:47:51 +02:00
parent a9a2401e44
commit e5fc9d8674
4 changed files with 12 additions and 11 deletions

View File

@@ -31,8 +31,8 @@ class MessageButton:
@property
def client(self):
"""
Returns the `telethon.telegram_client.TelegramClient` instance that
created this instance.
Returns the `telethon.client.telegramclient.TelegramClient`
instance that created this instance.
"""
return self._client