From e6aa38b19e3616b36a983d77d1a119e60d91159c Mon Sep 17 00:00:00 2001 From: Josh F Date: Wed, 22 Sep 2021 16:58:30 -0400 Subject: Small doc fix --- python/interaction.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python') diff --git a/python/interaction.py b/python/interaction.py index 279b669a..3bbf5fa6 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1293,8 +1293,6 @@ def get_form_input(fields, title): def show_message_box(title, text, buttons=MessageBoxButtonSet.OKButtonSet, icon=MessageBoxIcon.InformationIcon): """ ``show_message_box`` Displays a configurable message box in the UI, or prompts on the console as appropriate - retrieves a list of all Symbol objects of the provided symbol type in the optionally - provided range. :param str title: Text title for the message box. :param str text: Text for the main body of the message box. -- cgit v1.3.1