From 953412f15b5749d52db89b5618ab62941265e017 Mon Sep 17 00:00:00 2001 From: Evanroby <107794516+Evanroby@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:36:02 +0200 Subject: [PATCH] Fix audit log scheduled event action descriptions --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 5d816087e..5ed9ffb39 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2846,7 +2846,7 @@ of :class:`enum.Enum`. .. attribute:: scheduled_event_update - A scheduled event was created. + A scheduled event was updated. When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`ScheduledEvent` or :class:`Object` with the ID of the event @@ -2866,7 +2866,7 @@ of :class:`enum.Enum`. .. attribute:: scheduled_event_delete - A scheduled event was created. + A scheduled event was deleted. When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`ScheduledEvent` or :class:`Object` with the ID of the event