summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index c527b09f..44a918bb 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -6228,7 +6228,7 @@ class BinaryView:
``get_linear_disassembly`` gets an iterator for all lines in the linear disassembly of the view for the given
disassembly settings.
- .. note:: linear_disassembly doesn't just return disassembly it will return a single line from the linear view,\
+ .. note:: linear_disassembly doesn't just return disassembly; it will return a single line from the linear view,\
and thus will contain both data views, and disassembly.
:param DisassemblySettings settings: instance specifying the desired output formatting. Defaults to None which will use default settings.