From 056842d1a04ffb6217699d17bf771adf27c4567b Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Mon, 23 Jul 2018 12:18:35 +0200 Subject: [PATCH] Fix trailing comma breaking Python 3.5.2 compat --- telethon/tl/custom/inline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/tl/custom/inline.py b/telethon/tl/custom/inline.py index 9ee244b9..75a81b94 100644 --- a/telethon/tl/custom/inline.py +++ b/telethon/tl/custom/inline.py @@ -56,7 +56,7 @@ class InlineBuilder: self, title, description=None, *, url=None, thumb=None, content=None, id=None, text=None, parse_mode=utils.Default, link_preview=True, - geo=None, period=60, contact=None, game=False, buttons=None, + geo=None, period=60, contact=None, game=False, buttons=None ): """ Creates new inline result of article type.