From c0c8d11a827d4c5192eb46385fbfbb80efdc8c66 Mon Sep 17 00:00:00 2001 From: Sharuzzaman Ahmat Raslan Date: Thu, 20 Dec 2018 10:59:14 +1100 Subject: [PATCH] fix small typo fix small typo "requst" -> "request" --- readthedocs/extra/basic/entities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/extra/basic/entities.rst b/readthedocs/extra/basic/entities.rst index 3f8d30f7..18fda69c 100644 --- a/readthedocs/extra/basic/entities.rst +++ b/readthedocs/extra/basic/entities.rst @@ -111,7 +111,7 @@ you're able to just do this: All methods in the :ref:`telegram-client` call `.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!') ` become possible.