diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-02-10 16:37:32 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-02-10 16:37:32 -0500 |
| commit | f8687791c32688a78b5e6667b2af9689816e41af (patch) | |
| tree | 2cd7242ff78a8f92cc268b2ccb7afc69734d9f6b /python/binaryview.py | |
| parent | 1fa976a5f67879bff72ed440ec6966cd99f04dc1 (diff) | |
Merge in pull requests that never made it into dev
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 476f2be6..c021024f 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -1933,7 +1933,7 @@ class BinaryView(object): def get_basic_blocks_starting_at(self, addr): """ - ``get_basic_blocks_at`` get a list of :py:Class:`BasicBlock` objects which start at the provided virtual address. + ``get_basic_blocks_starting_at`` get a list of :py:Class:`BasicBlock` objects which start at the provided virtual address. :param int addr: virtual address of BasicBlock desired :return: a list of :py:Class:`BasicBlock` objects |
