Update README.rst

This commit is contained in:
Avanatiker 2015-07-23 00:31:05 +02:00
parent ae3d53db41
commit bb91c83219

View file

@ -191,6 +191,10 @@ There are many more API methods, to read the full API documentation::
$ pydoc telegram.Bot
To get a verbose mode to debug::
>>> telegram.Bot('token', debug=True)
-----------
_`Examples`
-----------