Skip to content

Commit

Permalink
Update typo in Update BYPOS and BYDAY rules PR (#217)
Browse files Browse the repository at this point in the history
Fix typo in occurrence
  • Loading branch information
allenporter authored Aug 25, 2023
1 parent 3c0be4b commit bca5c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ical/types/recur.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __str__(self) -> str:


def as_rrule_weekday(self) -> weekday:
"""Convert the ocurrence to a weekday value."""
"""Convert the occurrence to a weekday value."""
wd = RRULE_WEEKDAY[self.weekday]
if self.occurrence is None:
return wd
Expand Down

0 comments on commit bca5c33

Please sign in to comment.