Merge pull request #18 from Avanatiker/patch-1

Update README.rst
This commit is contained in:
Leandro Toledo 2015-07-23 09:22:02 -03:00
commit 6956382671

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`
-----------