From 39ba575a4dbacd4d84aea6af0fb21afdf2f5c8ab Mon Sep 17 00:00:00 2001 From: Andrea Giove Date: Sun, 24 Apr 2016 17:54:36 +0200 Subject: [PATCH] Missing a comma --- telegram/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/bot.py b/telegram/bot.py index 571329a85..172847482 100644 --- a/telegram/bot.py +++ b/telegram/bot.py @@ -421,7 +421,7 @@ class Bot(TelegramObject): chat_id, document, filename=None, - caption=None + caption=None, **kwargs): """Use this method to send general files.