Fix trailing comma breaking Python 3.5.2 compat

This commit is contained in:
Lonami Exo 2018-07-23 12:18:35 +02:00
parent 52292d77fb
commit 056842d1a0

View File

@ -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.