Skip to content

Commit c758c19

Browse files
committed
bot.py: Remove an inaccurate note from docstring
1 parent 3bef2fa commit c758c19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

telegram/bot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ class Bot(TelegramObject):
102102
request (:obj:`telegram.utils.request.Request`, optional): Pre initialized
103103
:obj:`telegram.utils.request.Request`.
104104
105-
Note:
106-
Although not documented separately here, the ``Bot`` class also supports the original
107-
camelCase named methods for all API methods. So :attr:`get_me` is equal to ``getMe``.
108105
"""
109106

110107
def __init__(self, token, base_url=None, base_file_url=None, request=None):

0 commit comments

Comments
 (0)