summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-04-24 11:52:16 -0400
committerJordan Wiens <jordan@psifertex.com>2024-04-24 11:52:16 -0400
commit859bd3e53b39c207eb90fecbc11a4cba188aedb3 (patch)
tree41523f49c2b51ae7e92964b2a98a2189ad0a26c3 /python/binaryview.py
parent98a5094bea61e02fb9184707b8bad6e09b9f5574 (diff)
add missing documentation for interaction APIs and some normalization of phrasing. Resolves #5317
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 9ef7a913..43eda87f 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -8833,7 +8833,7 @@ class BinaryView:
``show_graph_report`` displays a :py:class:`FlowGraph` object `graph` in a new tab with ``title``.
:param title: Title of the graph
- :type title: Plain text string title
+ :type title: Text string title of the tab
:param graph: The graph you wish to display
:type graph: :py:class:`FlowGraph` object
"""
@@ -8844,7 +8844,7 @@ class BinaryView:
``get_address_input`` Gets a virtual address via a prompt displayed to the user
:param prompt: Prompt for the dialog
- :param title: Display title, if displayed via the UI
+ :param title: Window title, if used in the UI
:param current_address: Optional current address, for relative inputs
:return: The value entered by the user, if one was entered
"""