Missing a comma

This commit is contained in:
Andrea Giove 2016-04-24 17:54:36 +02:00
parent 87ac962805
commit 39ba575a4d
No known key found for this signature in database
GPG key ID: 437D8A6C27CF20B4

View file

@ -421,7 +421,7 @@ class Bot(TelegramObject):
chat_id,
document,
filename=None,
caption=None
caption=None,
**kwargs):
"""Use this method to send general files.