diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-12-07 21:44:40 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-12-07 21:44:40 -0500 |
| commit | f4dd9bca60c55af2c3ea112dd42c501d2823981f (patch) | |
| tree | cc1f7d90db3ad0d63bd87e8f0d734b72b66d28dd /python | |
| parent | 9b600c88f5eb37d883cced7c70e4145aa2bb9a33 (diff) | |
| parent | 2cf2f651236af81a2b5a94f591bb4072c4c702e9 (diff) | |
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
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 e9083805..c53c175a 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -5479,7 +5479,7 @@ class FunctionGraphBlock(object): @property def basic_block(self): - """Basic block associated with this part of the funciton graph (read-only)""" + """Basic block associated with this part of the function graph (read-only)""" block = core.BNGetFunctionGraphBasicBlock(self.handle) func = core.BNGetBasicBlockFunction(block) if func is None: |
