Browse Source

typo on docstring

pull/9685/head
Developer Anonymous 10 months ago
parent
commit
1a3310a1bb
  1. 2
      discord/scheduled_event.py

2
discord/scheduled_event.py

@ -102,7 +102,7 @@ class ScheduledEventRecurrenceRule:
other week recurrence rule. other week recurrence rule.
weekdays: Optional[List[:class:`ScheduledEventRecurrenceWeekday`]] weekdays: Optional[List[:class:`ScheduledEventRecurrenceWeekday`]]
The weekdays the event will recur on. 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. A (week, weekday) tuple list of the N weekdays the event will recur on.
month_days: Optional[List[:class:`datetime.date`]] month_days: Optional[List[:class:`datetime.date`]]
The months and month days the scheduled event will recur on. The months and month days the scheduled event will recur on.

Loading…
Cancel
Save