summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorlucasduffey <lucasduffey@users.noreply.github.com>2016-11-11 16:06:31 -0800
committerGitHub <noreply@github.com>2016-11-11 16:06:31 -0800
commitb040777d76f77414af8ddbd167b08515e291d298 (patch)
tree3ba0bb84a988bde926b7b1fa1d379ae65a16cafd /python
parent277b18a8f7809bc3eef61cecf81cb7859b1308bd (diff)
get_basic_blocks_starting_at incorrectly in the docs
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py2
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