summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/highlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index 4a7f3929..60359a20 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -2700,7 +2700,7 @@ class HighLevelILFunction:
``replace_expr`` allows modification of HLIL expressions
:param ExpressionIndex original: the ExpressionIndex to replace (may also be an expression index)
- :param ExpressionIndex new: the ExpressionIndex to add to the current LowLevelILFunction (may also be an expression index)
+ :param ExpressionIndex new: the ExpressionIndex to add to the current HighLevelILFunction (may also be an expression index)
:rtype: None
"""
if isinstance(original, HighLevelILInstruction):