mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-09 11:44:22 +01:00
Missing a comma
This commit is contained in:
parent
87ac962805
commit
39ba575a4d
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ class Bot(TelegramObject):
|
||||||
chat_id,
|
chat_id,
|
||||||
document,
|
document,
|
||||||
filename=None,
|
filename=None,
|
||||||
caption=None
|
caption=None,
|
||||||
**kwargs):
|
**kwargs):
|
||||||
"""Use this method to send general files.
|
"""Use this method to send general files.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue