From 3189d4d3391a5152de4209340f6bdf5ab5999627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Mon, 25 Apr 2016 10:01:57 +0200 Subject: [PATCH] fix quotes --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6d4030041..067b152fe 100644 --- a/README.rst +++ b/README.rst @@ -252,7 +252,7 @@ To post a text message with Html style: .. code:: python - >>> bot.sendMessage(chat_id=chat_id, text="bold italic link.", parse_mode=telegram.ParseMode.HTML) + >>> bot.sendMessage(chat_id=chat_id, text='bold italic link.', parse_mode=telegram.ParseMode.HTML) To post an Emoji (special thanks to `Tim Whitlock `_):