From 5e91cb790081dd4335b97892e3c284cb75fb8c32 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 19 Apr 2023 15:14:58 -0400 Subject: small documentation fixes --- python/interaction.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/interaction.py') diff --git a/python/interaction.py b/python/interaction.py index 82066191..4b296ab3 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1389,9 +1389,7 @@ def run_progress_dialog(title: str, can_cancel: bool, task: Callable[[Callable[[ :param title: Dialog title :param can_cancel: If the task can be cancelled - :param task: Function to perform the task, taking as a parameter a function which should - be called to report progress updates and check for cancellation. If the progress function - returns false, the user has requested to cancel, and the task should handle this appropriately. + :param task: Function to perform the task, taking as a parameter a function which should be called to report progress updates and check for cancellation. If the progress function returns false, the user has requested to cancel, and the task should handle this appropriately. :return: True if not cancelled """ -- cgit v1.3.1