From 2a81a18ca80692ac0e8d4985b8a24705f55a3e36 Mon Sep 17 00:00:00 2001 From: "Mark C. Miller" Date: Wed, 18 Dec 2024 10:26:31 -0800 Subject: [PATCH] adj single sent/line --- src/doc/python_scripting/functions.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/doc/python_scripting/functions.rst b/src/doc/python_scripting/functions.rst index 1d8c445c6a..11fe0e4ac3 100644 --- a/src/doc/python_scripting/functions.rst +++ b/src/doc/python_scripting/functions.rst @@ -1903,11 +1903,9 @@ return type : CLI_return_t **Description:** - SuspendGUIUpdates temporarily suspends updating the GUI after certain CLI - operations such as defining expressions. This is useful when defining many - expressions becuase updating the GUI after each new expression is defined - can really bog down performance. Use ResumeGUIUpdates to resume normal - behavior. + SuspendGUIUpdates temporarily suspends updating the GUI after certain CLI operations such as defining expressions. + This is useful when defining many expressions becuase updating the GUI after each new expression is defined can really bog down performance. + Use ResumeGUIUpdates to resume normal behavior. **Example:**