Skip to content

Commit

Permalink
Fix Poll.question docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-344 committed May 10, 2024
1 parent e5ae306 commit 041abf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/poll.py
Expand Up @@ -426,7 +426,7 @@ def __repr__(self) -> str:

@property
def question(self) -> str:
""":class:`str`: Returns this poll answer question string."""
""":class:`str`: Returns this poll's question string."""
return self._question_media.text

@property
Expand Down

0 comments on commit 041abf8

Please sign in to comment.