From f9121c18673a58cb9b1820656f82e05b1ac4b7b8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 17 Jun 2020 15:23:44 -0400 Subject: many spelling fixes --- python/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/interaction.py') diff --git a/python/interaction.py b/python/interaction.py index 584ce0d5..798c9275 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1232,7 +1232,7 @@ def get_form_input(fields, title): - OpenFileNameField - Prompt for file to open - SaveFileNameField - Prompt for file to save to - DirectoryNameField - Prompt for directory name - This API is flexible and works both in the UI via a pop-up dialog and on the command-line. Note that more complicated APIs should consider usin the included pyside2 functionality in the `binaryninjaui` module. Returns true or false depending on whether the user submitted responses or cancelled the dialog. + This API is flexible and works both in the UI via a pop-up dialog and on the command-line. Note that more complicated APIs should consider using the included pyside2 functionality in the `binaryninjaui` module. Returns true or false depending on whether the user submitted responses or cancelled the dialog. :param fields: A list containing these classes, strings or None :type fields: list(str) or list(None) or list(LabelField) or list(SeparatorField) or list(TextLineField) or list(MultilineTextField) or list(IntegerField) or list(AddressField) or list(ChoiceField) or list(OpenFileNameField) or list(SaveFileNameField) or list(DirectoryNameField) -- cgit v1.3.1