diff options
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 39461500..4a45514a 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -3146,7 +3146,7 @@ class LowLevelILFunction: def replace_expr(self, original: InstructionOrExpression, new: InstructionOrExpression) -> None: """ - ``replace_expr`` allows modification of ExpressionIndexessions but ONLY during lifting. + ``replace_expr`` allows modification of expressions but ONLY during lifting. .. warning:: This function should ONLY be called as a part of a lifter. It will otherwise not do anything useful as there's no way to trigger re-analysis of IL levels at this time. |
