summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/flowgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/flowgraph.py b/python/flowgraph.py
index 0d5f218b..645eab81 100644
--- a/python/flowgraph.py
+++ b/python/flowgraph.py
@@ -114,7 +114,7 @@ class FlowGraphNode(object):
@property
def basic_block(self):
- """Basic block associated with this part of the flow graph"""
+ """Basic block associated with this part of the flow graph (well not automatically cause the node to render as a native basic block)"""
block = core.BNGetFlowGraphBasicBlock(self.handle)
if not block:
return None