mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-08 19:34:12 +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,
|
||||
document,
|
||||
filename=None,
|
||||
caption=None
|
||||
caption=None,
|
||||
**kwargs):
|
||||
"""Use this method to send general files.
|
||||
|
||||
|
|
Loading…
Reference in a new issue