Skip to content

Commit

Permalink
fix the docs, for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Snipy7374 committed Aug 20, 2024
1 parent 1083d6d commit 95e3962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/poll.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def created_at(self) -> Optional[datetime]:

@property
def remaining_duration(self) -> Optional[timedelta]:
"""Optional[:class:`timedelta`]: The remaining duration for this poll.
"""Optional[:class:`datetime.timedelta`]: The remaining duration for this poll.
If this poll is finalized this property will arbitrarily return a
zero valued timedelta.
Expand Down

0 comments on commit 95e3962

Please sign in to comment.