Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV authored Oct 3, 2024
1 parent 6e95b06 commit 2db149f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taipy/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2db149f

Please sign in to comment.