diff --git a/client/ayon_core/tools/launcher/abstract.py b/client/ayon_core/tools/launcher/abstract.py index c4404bb9fa..d4f5338cf6 100644 --- a/client/ayon_core/tools/launcher/abstract.py +++ b/client/ayon_core/tools/launcher/abstract.py @@ -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.