From 83ba14cbb835bed1fc04eb9b50cdd18ab2bb2176 Mon Sep 17 00:00:00 2001 From: kat Date: Sat, 16 Jul 2022 17:17:56 -0400 Subject: Fix bninspect on documented properties --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') 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. -- cgit v1.3.1