Fix events.Album and minor docs nit, bump to v1.10.1

This commit is contained in:
Lonami Exo
2019-09-09 19:21:03 +02:00
parent b4046017a7
commit 47956ddbca
3 changed files with 3 additions and 3 deletions

View File

@@ -70,5 +70,5 @@ through :tl:`UploadProfilePhoto`:
from telethon.tl.functions.photos import UploadProfilePhotoRequest
await client(UploadProfilePhotoRequest(
client.upload_file('/path/to/some/file')
await client.upload_file('/path/to/some/file')
)))