diff options
| author | lucasduffey <lucasduffey@users.noreply.github.com> | 2016-12-05 14:56:40 -0800 |
|---|---|---|
| committer | Jordan <jordan@psifertex.com> | 2016-12-06 01:04:56 -0500 |
| commit | 2cf2f651236af81a2b5a94f591bb4072c4c702e9 (patch) | |
| tree | 967a3c48ef04bdc803484c4a04e672adbb311150 /python | |
| parent | 1ae01b140d99f07c86c9f56374e26a062ff34c0c (diff) | |
Update __init__.py
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 c5b7e5be..a64ec6b9 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: |
