diff options
| author | Jordan <jordan@psifertex.com> | 2016-11-12 14:46:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-12 14:46:55 -0500 |
| commit | 299a6ba199e4939496ac7fbe58196dcfb92cd52e (patch) | |
| tree | 3ba0bb84a988bde926b7b1fa1d379ae65a16cafd /python | |
| parent | 277b18a8f7809bc3eef61cecf81cb7859b1308bd (diff) | |
| parent | b040777d76f77414af8ddbd167b08515e291d298 (diff) | |
Merge pull request #546 from lucasduffey/patch-3
get_basic_blocks_starting_at incorrectly in the docs
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index 8c3fd6b2..e908835a 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -2367,7 +2367,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 |
