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 `_):