Skip to content

Commit d87810c

Browse files
committed
Fix docstring indentation
1 parent c0dc882 commit d87810c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyrogram/types/inline_mode/inline_query_result_cached_photo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class InlineQueryResultCachedPhoto(InlineQueryResult):
5252
You can combine both syntaxes together.
5353
5454
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
55-
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
55+
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
5656
5757
reply_markup (:obj:`~pyrogram.types.InlineKeyboardMarkup`, *optional*):
5858
An InlineKeyboardMarkup object.

pyrogram/types/inline_mode/inline_query_result_photo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class InlineQueryResultPhoto(InlineQueryResult):
6363
You can combine both syntaxes together.
6464
6565
caption_entities (List of :obj:`~pyrogram.types.MessageEntity`):
66-
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
66+
List of special entities that appear in the caption, which can be specified instead of *parse_mode*.
6767
6868
reply_markup (:obj:`~pyrogram.types.InlineKeyboardMarkup`, *optional*):
6969
An InlineKeyboardMarkup object.

0 commit comments

Comments
 (0)