Skip to content

Commit 20b2e44

Browse files
committed
Revert op container formatting changes
1 parent efa932f commit 20b2e44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

discord/scheduled_events.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,21 @@ class ScheduledEvent(Hashable):
104104
"""Represents a Discord Guild Scheduled Event.
105105
106106
.. container:: operations
107+
107108
.. describe:: x == y
109+
108110
Checks if two scheduled events are equal.
109111
110112
.. describe:: x != y
113+
111114
Checks if two scheduled events are not equal.
112115
113116
.. describe:: hash(x)
117+
114118
Returns the scheduled event's hash.
115119
116120
.. describe:: str(x)
121+
117122
Returns the scheduled event's name.
118123
119124
.. versionadded:: 2.0

0 commit comments

Comments
 (0)