From 1a3310a1bb87d2bb3cd1fe20e3332b86d04dd286 Mon Sep 17 00:00:00 2001 From: Developer Anonymous Date: Wed, 28 Aug 2024 23:53:23 +0200 Subject: [PATCH] typo on docstring --- discord/scheduled_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/scheduled_event.py b/discord/scheduled_event.py index f75b16a2d..4657c4d9f 100644 --- a/discord/scheduled_event.py +++ b/discord/scheduled_event.py @@ -102,7 +102,7 @@ class ScheduledEventRecurrenceRule: other week recurrence rule. weekdays: Optional[List[:class:`ScheduledEventRecurrenceWeekday`]] The weekdays the event will recur on. - n_weekdays: Optional[List[Tuple[:class:`int`, :class:`ScheduledEVentRecurrenceWeekday`]]] + n_weekdays: Optional[List[Tuple[:class:`int`, :class:`ScheduledEventRecurrenceWeekday`]]] A (week, weekday) tuple list of the N weekdays the event will recur on. month_days: Optional[List[:class:`datetime.date`]] The months and month days the scheduled event will recur on.