diff options
| author | kat <katherine@vector35.com> | 2022-07-16 17:17:56 -0400 |
|---|---|---|
| committer | cynder <KritantaDevelopment@gmail.com> | 2022-08-03 16:19:53 -0700 |
| commit | 83ba14cbb835bed1fc04eb9b50cdd18ab2bb2176 (patch) | |
| tree | f9f31067eb824c08f4f42b460e36b16c177aee5c /python/binaryview.py | |
| parent | 810c0f858e3734077d3df8acd4458d03e09c82ce (diff) | |
Fix bninspect on documented properties
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 2 |
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. |
