From 496c36a65a9f95fb1067d54e0d9300325887c69e Mon Sep 17 00:00:00 2001 From: VarshiniAS Date: Tue, 17 Mar 2026 20:34:33 +0530 Subject: [PATCH] Fix:correct nested list rendering in on_action docstring --- taipy/gui/viselements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipy/gui/viselements.json b/taipy/gui/viselements.json index 34c354f0ac..73d152f7b4 100644 --- a/taipy/gui/viselements.json +++ b/taipy/gui/viselements.json @@ -1067,7 +1067,7 @@ { "name": "on_action", "type": "Union[str, Callable]", - "doc": "A function or the name of a function that is triggered when the download is terminated (or on user action if content is None).
This function is invoked with the following parameters:\n", + "doc": "A function or the name of a function that is triggered when the download is terminated (or on user action if content is None).
This function is invoked with the following parameters:\n", "signature": [ ["state", "State"], ["id", "str"],