diff --git a/discord/scheduled_event.py b/discord/scheduled_event.py index 5b81f7acf..979de37d0 100644 --- a/discord/scheduled_event.py +++ b/discord/scheduled_event.py @@ -213,7 +213,7 @@ class ScheduledEventRecurrenceRule: @property def n_weekdays(self) -> List[NWeekday]: - """List[Tuple[:class:`int`, :class:`ScheduledEventRecurrenceWeekday`]]: Returns + """List[Tuple[:class:`int`, :class:`int`]]: Returns a read-only list containing all the specific days within a specific week the event will recur on. """