fix small typo

fix small typo "requst" -> "request"
This commit is contained in:
Sharuzzaman Ahmat Raslan 2018-12-20 10:59:14 +11:00 committed by GitHub
parent 7100b75598
commit c0c8d11a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ you're able to just do this:
All methods in the :ref:`telegram-client` call `.get_input_entity()
<telethon.client.users.UserMethods.get_input_entity>` prior
to sending the requst to save you from the hassle of doing so manually.
to sending the request to save you from the hassle of doing so manually.
That way, convenience calls such as `client.send_message('lonami', 'hi!')
<telethon.client.messages.MessageMethods.send_message>`
become possible.