From a4e5a09ab22c7798a2f57193c729f70d359e4a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Thu, 27 Feb 2020 16:44:43 +0800 Subject: [PATCH] Use proper language for * query mentions in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป(Buo-ren, Lin) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2d96d5..ba060ea 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Same as Message handlers #### Callback Query Handler -In bot2.0 update. You can get `callback_query` in update object. In telebot use `callback_query_handler` to process callback_querys. +In bot2.0 update. You can get `callback_query` in update object. In telebot use `callback_query_handler` to process callback queries. ```python @bot.callback_query_handler(func=lambda call: True) @@ -372,7 +372,7 @@ More information about [Inline mode](https://core.telegram.org/bots/inline). #### inline_handler -Now, you can use inline_handler to get inline_query in telebot. +Now, you can use inline_handler to get inline queries in telebot. ```python