Browse Source

Fix Poll.question docstring

pull/9826/head
DA344 11 months ago
committed by GitHub
parent
commit
041abf8b48
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/poll.py

2
discord/poll.py

@ -426,7 +426,7 @@ class Poll:
@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

Loading…
Cancel
Save