summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJosh F <josh@vector35.com>2021-09-22 16:58:30 -0400
committerJosh F <josh@vector35.com>2021-09-22 16:58:30 -0400
commite6aa38b19e3616b36a983d77d1a119e60d91159c (patch)
treeb7065aa33845bd9270abaa586b839bfd2ce5e65c /python
parent9b3da06358881ab29e2f860aeb59d6aab50fb25e (diff)
Small doc fix
Diffstat (limited to 'python')
-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.