mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
bot.py: Remove an inaccurate note from docstring
This commit is contained in:
parent
3bef2fa752
commit
c758c19ef4
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue