bot.py: Remove an inaccurate note from docstring

This commit is contained in:
Noam Meltzer 2018-05-05 00:22:23 +03:00
parent 3bef2fa752
commit c758c19ef4
No known key found for this signature in database
GPG key ID: F93BC52D32F89489

View file

@ -102,9 +102,6 @@ class Bot(TelegramObject):
request (:obj:`telegram.utils.request.Request`, optional): Pre initialized
:obj:`telegram.utils.request.Request`.
Note:
Although not documented separately here, the ``Bot`` class also supports the original
camelCase named methods for all API methods. So :attr:`get_me` is equal to ``getMe``.
"""
def __init__(self, token, base_url=None, base_file_url=None, request=None):