Skip to content

Commit

Permalink
Fix documentation mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Jul 17, 2024
1 parent 0595b32 commit ecd7a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyrogram/methods/messages/send_poll.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def send_poll(
True, if the poll needs to be anonymous.
Defaults to True.
type (:obj`~pyrogram.enums.PollType`, *optional*):
type (:obj:`~pyrogram.enums.PollType`, *optional*):
Poll type, :obj:`~pyrogram.enums.PollType.QUIZ` or :obj:`~pyrogram.enums.PollType.REGULAR`.
Defaults to :obj:`~pyrogram.enums.PollType.REGULAR`.
Expand Down
2 changes: 1 addition & 1 deletion pyrogram/types/messages_and_media/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,7 @@ async def reply_poll(
True, if the poll needs to be anonymous.
Defaults to True.
type (:obj`~pyrogram.enums.PollType`, *optional*):
type (:obj:`~pyrogram.enums.PollType`, *optional*):
Poll type, :obj:`~pyrogram.enums.PollType.QUIZ` or :obj:`~pyrogram.enums.PollType.REGULAR`.
Defaults to :obj:`~pyrogram.enums.PollType.REGULAR`.
Expand Down

0 comments on commit ecd7a93

Please sign in to comment.