Skip to content

Commit

Permalink
Update src/icalendar/cal.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
niccokunzmann and stevepiercy authored Nov 14, 2024
1 parent a44d151 commit bdfd9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icalendar/cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ def REPEAT(self, value: int) -> None:
sees them. For those kinds of alarms, the client SHOULD set this property
when the alarm is triggered and the action is successfully carried out.
When an alarm is triggered on a client, clients can check to see if an"ACKNOWLEDGED"
When an alarm is triggered on a client, clients can check to see if an "ACKNOWLEDGED"
property is present. If it is, and the value of that property is greater than or
equal to the computed trigger time for the alarm, then the client SHOULD NOT trigger
the alarm. Similarly, if an alarm has been triggered and
Expand Down

0 comments on commit bdfd9d2

Please sign in to comment.