From 2db149f24971d8fc33bcd3e5f85cba672972d828 Mon Sep 17 00:00:00 2001 From: Jean-Robin Date: Thu, 3 Oct 2024 19:38:24 +0200 Subject: [PATCH] Apply suggestions from code review --- taipy/gui/gui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taipy/gui/gui.py b/taipy/gui/gui.py index a6d1e02e0..b1047e098 100644 --- a/taipy/gui/gui.py +++ b/taipy/gui/gui.py @@ -1554,8 +1554,7 @@ def invoke_callback( ) -> t.Any: """Invoke a user callback for a given state. - See the section on - [Long Running Callbacks in a Thread](../../../../../userman/gui/callbacks.md#long-running-callbacks-in-a-thread) + See the [section on Long Running Callbacks in a Thread](../../../../../userman/gui/callbacks.md#long-running-callbacks-in-a-thread) in the User Manual for details on when and how this function can be used. Arguments: