From 252cafb04ca0c2c77b96699fe85e8e41c17b948e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Mon, 2 May 2016 14:19:06 +0200 Subject: [PATCH] fix docs for inlinekeyboardmarkup #277 --- telegram/inlinekeyboardmarkup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telegram/inlinekeyboardmarkup.py b/telegram/inlinekeyboardmarkup.py index c54b61ba3..08e0fa116 100644 --- a/telegram/inlinekeyboardmarkup.py +++ b/telegram/inlinekeyboardmarkup.py @@ -27,10 +27,10 @@ class InlineKeyboardMarkup(ReplyMarkup): """This object represents a Telegram InlineKeyboardMarkup. Attributes: - inline_keyboard (List[List[:class:`telegram.InlineKeyboardMarkup`]]): + inline_keyboard (List[List[:class:`telegram.InlineKeyboardButton`]]): Args: - inline_keyboard (List[List[:class:`telegram.InlineKeyboardMarkup`]]): + inline_keyboard (List[List[:class:`telegram.InlineKeyboardButton`]]): """