From c00e2e304e548ab03a69e81ce46e76772adc0ccd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 26 Sep 2019 18:02:50 -0400 Subject: more small documentation fixes --- python/interaction.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/interaction.py') diff --git a/python/interaction.py b/python/interaction.py index 8e141374..9d52727a 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1229,9 +1229,9 @@ def get_form_input(fields, title): - 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. - :param fields: A list containing of the above specified classes, strings or None + :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) - :param str title: The title of the pop-up dialog. + :param str title: The title of the pop-up dialog :rtype: None :Example: -- cgit v1.3.1