From 01a5a1c5b3976b6d7cb79be46f7f610d20fd8d76 Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Wed, 5 Oct 2016 23:22:55 +0300 Subject: [PATCH] small documentation fix --- telegram/inlinekeyboardbutton.py | 1 - 1 file changed, 1 deletion(-) diff --git a/telegram/inlinekeyboardbutton.py b/telegram/inlinekeyboardbutton.py index 1e86357ea..aa7fda738 100644 --- a/telegram/inlinekeyboardbutton.py +++ b/telegram/inlinekeyboardbutton.py @@ -35,7 +35,6 @@ class InlineKeyboardButton(TelegramObject): Args: text (str): Label text on the button. - **kwargs: Arbitrary keyword arguments. Keyword Args: url (Optional[str]): HTTP url to be opened when button is pressed.