summaryrefslogtreecommitdiff
path: root/python/interaction.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/interaction.py')
-rw-r--r--python/interaction.py2
1 files changed, 0 insertions, 2 deletions
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.