fix quotes

This commit is contained in:
Jannes Höke 2016-04-25 10:01:57 +02:00
parent d66493b038
commit 3189d4d339

View file

@ -252,7 +252,7 @@ To post a text message with Html style:
.. code:: python
>>> bot.sendMessage(chat_id=chat_id, text="<b>bold</b> <i>italic</i> <a href="http://google.com">link</a>.", parse_mode=telegram.ParseMode.HTML)
>>> bot.sendMessage(chat_id=chat_id, text='<b>bold</b> <i>italic</i> <a href="http://google.com">link</a>.', parse_mode=telegram.ParseMode.HTML)
To post an Emoji (special thanks to `Tim Whitlock <http://apps.timwhitlock.info/emoji/tables/unicode>`_):