Update README.rst

This commit is contained in:
Leandro Toledo 2015-07-07 19:32:26 -03:00
parent 90ec3af0c5
commit ddfb22c73d

View file

@ -51,7 +51,7 @@ View the last release API documentation at: https://core.telegram.org/bots/api
API
---
The API is exposed via the ``telegram.Bot`` class.
The API is exposed via the ``telegram.Bot`` class::
>>> import telegram
>>> bot = telegram.Bot(token='token')