From b1d6bd564e3c4287c25c52ace2cb11fcec4782cb Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Wed, 20 Jan 2021 18:50:45 +0100 Subject: [PATCH] Fix several typos Closes #1674. --- readthedocs/examples/users.rst | 2 +- readthedocs/misc/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs/examples/users.rst b/readthedocs/examples/users.rst index 500c282d..d9c648ae 100644 --- a/readthedocs/examples/users.rst +++ b/readthedocs/examples/users.rst @@ -71,4 +71,4 @@ through :tl:`UploadProfilePhoto`: await client(UploadProfilePhotoRequest( await client.upload_file('/path/to/some/file') - ))) + )) diff --git a/readthedocs/misc/changelog.rst b/readthedocs/misc/changelog.rst index 91fa4df1..3b51a431 100644 --- a/readthedocs/misc/changelog.rst +++ b/readthedocs/misc/changelog.rst @@ -32,7 +32,7 @@ the project and would be a big undertaking. However, that doesn't mean calls are not possible with Telethon. If you want to help design a Python library to perform audio calls, which can then be used with Telethon (so you can use Telethon + that new library to perform calls -with Telethon), please refer to `@pytgcallschat `__ +with Telethon), please refer to `@pytgcallschat `__ and join the relevant chat to discuss and help with the implementation! The above message was also `posted in the official Telegram group