Better docstring

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
Jakub Trllo 2025-06-12 12:16:55 +02:00 committed by GitHub
parent 974e5a9f0c
commit ea585ba57c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -434,7 +434,7 @@ class AbstractLauncherFrontEnd(AbstractLauncherCommon):
action_label: str,
form_data: Optional[dict[str, Any]] = None,
):
"""Trigger action on given context.
"""Trigger action on the given context.
Args:
context (WebactionContext): Webaction context.