Skip to content

Commit 252cafb

Browse files
committed
fix docs for inlinekeyboardmarkup python-telegram-bot#277
1 parent d4f7b71 commit 252cafb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telegram/inlinekeyboardmarkup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ class InlineKeyboardMarkup(ReplyMarkup):
2727
"""This object represents a Telegram InlineKeyboardMarkup.
2828
2929
Attributes:
30-
inline_keyboard (List[List[:class:`telegram.InlineKeyboardMarkup`]]):
30+
inline_keyboard (List[List[:class:`telegram.InlineKeyboardButton`]]):
3131
3232
Args:
33-
inline_keyboard (List[List[:class:`telegram.InlineKeyboardMarkup`]]):
33+
inline_keyboard (List[List[:class:`telegram.InlineKeyboardButton`]]):
3434
3535
"""
3636

0 commit comments

Comments
 (0)