Fixed docstrings in templates.py

This commit is contained in:
CasVT
2025-08-21 15:38:28 +02:00
parent 1f4ac2d433
commit 71c3c9b36c

View File

@@ -48,11 +48,11 @@ class Template:
"""Edit the template.
Args:
title (Union[str, None]): The new title of the template.
title (Union[str, None], optional): The new title of the template.
Defaults to None.
notification_services (Union[List[int], None]): The new IDs of the
notification services to use to send the reminder.
notification_services (Union[List[int], None], optional): The new
IDs of the notification services to use to send the reminder.
Defaults to None.
text (Union[str, None], optional): The new body of the template.