mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Fix Poll.question docstring
This commit is contained in:
parent
e5ae306d1a
commit
041abf8b48
@ -426,7 +426,7 @@ class Poll:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def question(self) -> str:
|
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
|
return self._question_media.text
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user